get_pe_header
Retrieve detailed PE header information for any loaded module, including DOS header, NT headers, section table, data directories, timestamp, subsystem, and characteristics, to analyze executable structure during debugging.
Instructions
Parse and return the PE header information for a module: DOS header, NT headers, section table, data directories, timestamp, subsystem, characteristics, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| module | No | Module name (default: main executable) |