analyze_elf
Display ELF file headers, sections, symbols, or size via readelf. Helps understand compiled binary structure during debugging.
Instructions
Analyze the project ELF file structure.
Uses readelf to inspect ELF headers, sections, or symbols.
Args: detail: What to show — "headers", "sections", "symbols", or "size" (default: headers)
Returns: ELF analysis output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | headers |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |