We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Triton v0.8 supports ARM. We should extend Ponce to support ARM binaries too.
The text was updated successfully, but these errors were encountered:
It "should" be working as it is now but it needs testing
Sorry, something went wrong.
I tried to debug a ARM64 program with IDA 7.1 and qemu-aarch64, it didn't work, IDA crashed. I will try it tomorrow with IDA 7.5.
For future reference about how to debug ARM programs: https://www.hex-rays.com/wp-content/uploads/2019/12/debugging_gdb_qemu.pdf
It works with IDA 7.5 and qemu-aarch64.
Compiled with:
aarch64-linux-gnu-gcc -static fread_SAGE.c -o fread_SAGE
Ran with qemu:
qemu-aarch64 -g 1234 ./fread_SAGE
0ca
No branches or pull requests
Triton v0.8 supports ARM. We should extend Ponce to support ARM binaries too.
The text was updated successfully, but these errors were encountered: