objdump
Analyze and display detailed information from object files, including disassembled code and section headers, to assist in malware analysis.
Instructions
Display information from object files
Example usage:
- Display file headers: { "target": "suspicious.o" }
- Disassemble code: { "target": "suspicious.exe", "disassemble": true }
- Show section headers: { "target": "suspicious.exe", "headers": true }
Input Schema
Name | Required | Description | Default |
---|---|---|---|
disassemble | No | Disassemble executable sections | |
headers | No | Display the contents of the section headers | |
options | No | Additional command-line options | |
target | Yes | Target file or data to analyze |