Expand description
PE/COFF file format parsing
Platform-neutral implementation of PE file structure parsing. Works identically on x86_64, ARM64, and ARM32.
Modules§
- Compile-time PE constants
- Parse embedded relocation metadata from .morpheus section
- Hardcoded relocation data
- PE header parsing (DOS, COFF, Optional Header)
- PE section table parsing
Enums§
- PE file architecture
- Errors during PE parsing
Type Aliases§
- Result type for PE operations