Skip to main content

Module pe

Module pe 

Source
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.