功能很全面的开源反汇编框架,可以结合python使用。
Install
git clone https://github.com/radareorg/radare2
radare2/sys/install.sh
官方文档:
https://github.com/radareorg/radare2
命令行
顺着 a-z 打一边就知道了
v # 显示模式
p # 很有用,,,
as # 系统调用相关
https://book.rada.re/basic_commands/sections.html
python
$ pip install r2pipe
import r2pipe
r2 = r2pipe.open("/bin/ls")
r2.cmd('aa')
print(r2.cmd("afl"))
print(r2.cmdj("aflj")) # evaluates JSONs and returns an object