Getting Started

    • db flag: place a breakpoint at flag, where flag can be either an address or a function name

    • db - flag: remove the breakpoint at flag, where flag can be either an address or a function name

    • dr: Show registers state

    • drr: Show registers references (telescoping) (like peda)

    • ds: Step into instruction

    • : Display backtrace

    • dm: Show memory maps

    • dk <signal>: Send KILL signal to child