Getting Started
db flag
: place a breakpoint at flag, where flag can be either an address or a function namedb - flag
: remove the breakpoint at flag, where flag can be either an address or a function namedr
: Show registers statedrr
: Show registers references (telescoping) (like peda)ds
: Step into instruction: Display backtrace
dm
: Show memory mapsdk <signal>
: Send KILL signal to child