DiamondHunters

Results 5 issues of DiamondHunters

I have repacked apk and run it on phone,but no dump.dart at `/data/data//` SnapshotHash: 1441d6b13b8623fa7fbf61433abebd31

I got an error "`/usr/bin/ld: skipping incompatible /home/rock/src/libdobby.a when searching for -ldobby`" Then,I found that `linux/arm64/libdobby.so` is an x86-64 file. ``` rock@rock-5b:~/src$ file `find linux/ |grep dobby.so` linux/x86_64/libdobby.so: ELF 64-bit...

At: https://github.com/jmpews/Dobby/blob/b0176de574104726bb68dff3b77ee666300fc338/cmake/compiler_and_linker.cmake#L26 It check `PROCESSOR.ARM64` But at: https://github.com/jmpews/Dobby/blob/b0176de574104726bb68dff3b77ee666300fc338/cmake/build_environment_check.cmake#L43 It set PROCESSOR.AARCH64. then `--target=` was not set. #224 caused by that.

It's similar to https://github.com/capstone-engine/capstone/issues/2260 cstool and python binding are the same version but give different results. python binding api will lost the mem operand python code(modified from capstone arm64 test):...

bug
AArch64
Python

When I tried to perform tracing by stalker like itrace, I got this error. It works fine on a single function, but when I use it to trace a heavily...