Enumeration and Exploitation
General Enumeration and Exploitation Tools
- Ghidra — Software reverse engineering suite of tools.
- GNU Project Debugger (GDB) — See what a program does as it executes, or what it was doing when it crashed.
- pwndbg — Python module loaded directly into GDB; provides suite of utilitie, crutches to hack around GDB.
Command Line Enumeration and Exploitation Tools
uncompyle6
—strings
—
Enumeration and Exploitation Information and Resources
Decompilers
Executables
readelf
objdump
- Specify Intel syntax with the
-M intel
flag.
- Specify Intel syntax with the
GDB: The GNU Project Debugger
GDB Info and Documentation found here.
set disassembly-flavor intel
to change to Intel syntax.
More debugging and reverse engineering
ltrace
strace