Home

Awesome

r2scripts

Collection of scripts for radare2

mipstring.py

r2pipe script to add data reference to strings and corresponding comments in disassembly, targeted for MIPS arch.

esilstring.py

r2pipe script which uses ESIL emulation to add non-obvious data reference to strings and corresponding comments in disassembly, targeted for MIPS arch - but potentially plaform independent.

esilburner.py

MIPS-specific faster and more accurate version of esilstring.py, leverage r2's native analysis and emulation capabilities

BPF architecture (moved to radare2-extras)

Plugin to support Berkeley Packet Filter as a radare2 architecture, with full ESIL emulation.