radare2
Radare2 Learning Note (0x03)
0x00 Debug mode (ref: Radare2 Book) We can use $ r2 -d <binary> to open r2 with debug mode. There are several commands in debug mode: > d? ; get help on debugger commands > ds 3 ; step 3 times > db 0x8048920 ; setup a breakpoint > db -0x8048920 ; remove