GDB Enhanced Extensions
Vanilla GDB in its raw form has a rather uninformative interface and its syntax is arcane and difficult to approach. It sucks in terms of user experience and is terrible to use for reverse engineering and exploit development.
To make debugging easier and more productive, there are extensions for GDB such as GEF
, pwndbg
that provide a more informative view and additional commands.