nsurbay
nsurbay
The support for aarch64 has been publish on the branch `support_arm` today. It can still be a bit unstable.
I'm not sure to understand your use-case. QBDI allows to instrument binary at an instruction level. The current supported architectures are x86 and x86-64. QBDI can provide you a trace...
Hello, You try to compile the example with QBDIPreload installed on your system. This library is compile for linux. If you need to compile for android, you need to link...
Hello, Did you check the dependencies of QBDI.dll ? You may need to install the VC++ runtime to have VCRUNTIME140.dll and VCRUNTIME140_1.dll. Best,
move to #227
I finally didn't manage to do what I wanted by modifying `bind_opcodes` outside of lief. Another solution could be to mark the [property](https://github.com/lief-project/LIEF/blob/master/api/python/MachO/objects/pyDyldInfo.cpp#L110) as readonly.
Hello, As I'm not the author of https://www.romainthomas.fr/post/20-09-r2con-obfuscated-whitebox-part1/, you should contact the author directly if you want to have the corresponding source code. To intercept syscall with QBDI, the method...
This seems to be solve. If you have any new issue, feel free to open an new issue.
Hello, In order to compile the project, you must link with the shared library QBDI. You should add the option ``-l`` followed the name of the library in order to...
With no update, I will closed this issue. If you have any new issue, feel free to open an new issue.