issues
search
gaasedelen
/
tenet
A Trace Explorer for Reverse Engineers
MIT License
1.33k
stars
131
forks
source link
Add support for ARM32 + bugfixes
#23
Open
m4drat
opened
1 year ago
m4drat
commented
1 year ago
This pull-request is mostly about these changes:
Fixed multiple QT-related issues with floats (some of these issues were fixed in this pr:
https://github.com/gaasedelen/tenet/pull/18
but id doesn't cover them all)
Fixed a bug where
ida_segment
might return "incorrect" info about the segment (e.g., whether it is a code segment or not)
Added ARM32 qemu-based tracer (based on xemu tracer for x86-32 provided as an example)
Added ARM32 support for the IDA plugin
Fix python formatting
This pull-request is mostly about these changes:
ida_segment
might return "incorrect" info about the segment (e.g., whether it is a code segment or not)