b1gcat

Results 18 issues of b1gcat

I use latest plugin in ida7.5. After setting up successfully, I use 'execute till' and get errors: ```python [INFO][qilingida:2085] ['E:\\fuck\\fck', '11111111'] [INFO][qilingida:1054] Rootfs: E:\fuck [INFO][qilingida:1055] Custom user script: None [INFO][qilingida:1056]...

How to ignore qt, As I just want to test a simple function? thanks. ``` # github.com/therecipe/qt/core clang: warning: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk' [-Wmissing-sysroot] ../../../therecipe/qt/core/core.go:6:10: fatal error: 'stdlib.h' file...

I wanna a tool to generate my emulatedCFG graph, can we?

IDA 7.5 ``` File "Z:/tools/reverse/ida/IDAGolangHelper\GO_Utils\Utils.py", line 30, in relaxName name = name.replace('.', '_').replace("

Code as follows: if err := w.LoadFile("./index.html"); err != nil { logger.Fatal(err.Error()) } Also, i test go-sciter example(simple), i got same error. Did i missing something?

bug
os:osx

------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: iaito [44167] Path: /Applications/iaito.app/Contents/MacOS/iaito Identifier: org.radare.iaito Version: 5.7.0 (5.7.0) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 502 Date/Time: 2022-06-06...

while linking, i got error: `syscallsstubs.x64.s:18:(.text+0x1c): relocation truncated to fit: R_X86_64_32S against `.data'.`

``` (frida-dexdump -U -f com.sec.n1book1 -d --sleep 5 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- __ _ _ _ _ / _|_ __(_) __| | __ _ __| | _____ ____| |_ _ _ __ ___...

看了下 似乎证书部分使用了sm2算法,其它部分没有,是否有计划继续?

I wanna trace some special address by `dta/dts`: I create a script to load while debuging: ``` └─# cat a.py import r2pipe import sys import json import re r2=r2pipe.open() r2.cmd('aaa')...