Questions about this topic? Sign up to ask in the talk tab.
Gdb
From NetSec
GDB is a bash debugger for ELF binaries.
It is a powerful tool to disassemble and view the memory of process, files and core dumps.
bt i r frame {1..10} list + list - list print <variable> x/200x <variable> x/200x $rip-50 x/200c $rip x/200bx whatever info variables
This article contains too little information, it should be expanded or updated. |
---|
Things you can do to help:
|