// what it is
Description
Part of binutils. Less interactive than Ghidra/IDA but always present and scriptable. The fallback when you have nothing else.
// use cases
What people use it for
- Quick disassembly without launching a GUI
- CI-pipeline binary inspection
// commands
The commands you'll type
Full disassembly
$ objdump -d ./binarySection headers
$ objdump -h ./binary