@zeishr_ I don't have enough Rust knowledge to create a binding and I want to avoid "magic" autogenerated black box solutions too.
In any case I'm open too see if someone writes them!
From my side, a classic Python API is planned.
🧵1/6
REDasm Disassembler 4.0 BETA1 is available for download.
Version 4 is a complete redesign/rewrite with a brand new engine written in plain C.
- Source Code: https://t.co/rj7lHXiIdY
- Download: https://t.co/RS4giMPiwQ
#reverseengineering#binaryanalysis#opensource
@zeishr_ thanks!
Yes, redasm is designed and written as plain C library and it can be used to do headless or automated analysis (I did unit tests in this way).
The GUI is not different than a plugin.
@Farenain thanks, I appreciate it!
RDIL lives in core library https://t.co/sDgX52MOxz:
- include/rdil: public api
- src/rdil: emulation & renderer, plus some extras
Currently is used to track function trampolines so I can autorename them, and in psx loader to find and rename syscalls
After a long development cycle #redasm#disassembler BETA 5 is available for Windows and #linux
Highlights:
Redesigned LibREDasm in order to improve performance and memory usage
Dalvik/DEX Support
Fixed CFG Analysis
Binaries and ChangeLog:
https://t.co/tW1FCtBsVi
#opensource