parse_binary
Detect binary file format (PE, ELF, MachO) and extract normalized header with hashes, architecture, entrypoint, and format-specific fields like imphash, PIE, NX, RELRO, code signature.
Instructions
Auto-detect the format of path and return a normalized header dict.
Returns hashes, format name, architecture, entrypoint, and format-specific fields (imphash for PE, PIE/NX/RELRO for ELF, code signature for MachO, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |