Expand description
PE/COFF file parsing utilities.
Provides functions for opening and parsing PE files, extracting architecture information, export directories, and individual exports.
Functionsยง
- parse_
pe_ bytes - Parse a PE/COFF file from an in-memory byte slice.
- parse_
pe_ file - Open and parse a PE/COFF file from disk.