objdump
Disassemble and analyze binary files to reveal disassembly, symbol tables, section headers, and relocation information. Used in reverse engineering compiled binaries.
Instructions
Run objdump to disassemble and analyze binary files.
The objdump utility displays information about object files, including disassembly, symbol tables, section headers, and relocation information. Essential for reverse engineering and analyzing compiled binaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Additional arguments to pass to objdump. Common options include: - -d: Disassemble executable sections - -t: Display symbol table - -h: Display section headers - -x: Display all available headers - -s: Display full contents of sections | |
| file | No | Optional path to the binary file to analyze. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |