Category: Tools


PWN>Tools

GDB Debugger

CompilingAdd -g option to gcc to preserve debugging info. 1gcc -o target target.c -g Using file command to check if the elf file contains...