Radare2
Open binary in debugging mode : r2 -d ./file
Analyze the program : aa
r2 instructions are usually based on a single character, so to get help : ?
after the command; i.e. or a?
Find list of functions : afl
print disassembly for main function : pdf @main
Last updated
Was this helpful?