PEFile
Types
Link copied to clipboard
Link copied to clipboard
Represents a PE section.
Link copied to clipboard
class Summary(val coffHeader: CoffHeader, val standardHeader: StandardHeader, val windowsHeader: WindowsSpecifiedHeader, val sectionTable: List<SectionTableItem>)
Represents a summary of the pe file headers.
Properties
Link copied to clipboard
Link copied to clipboard
Get all export symbols from the PE file
Link copied to clipboard
Get all import symbols from the PE file
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the sections of the PE file.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a summary of the pe file headers.
Link copied to clipboard
Link copied to clipboard