mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-27 19:16:08 -04:00
350 B
350 B
Tools
Dissasembly
gdb
$ gcc -ggdb -o <filename> <filename>.c
objdump
Display information from object files: • Where object file can be an intermediate file created during compilation but before linking, or a fully linked executable
$ objdump -d <bin>