Posts Python R2 script(s)
Post
Cancel

Python R2 script(s)

I wrote a python script for disassembling an executable with radare2 (find all procedures & blocks locations and extract binary and disassembly), since I (was surprised that I) couldn’t find one.

You can find it here, along with a comparison to IDA (which shows R2 is on par):

Desktop View R2 v IDA - Recovered Bytes

Desktop View R2 v IDA - Extraction Time

This post is licensed under CC BY 4.0 by the author.