Summary
class Summary(val coffHeader: CoffHeader, val standardHeader: StandardHeader, val windowsHeader: WindowsSpecifiedHeader, val sectionTable: List<SectionTableItem>)(source)
Represents a summary of the pe file headers.
Constructors
Link copied to clipboard
constructor(coffHeader: CoffHeader, standardHeader: StandardHeader, windowsHeader: WindowsSpecifiedHeader, sectionTable: List<SectionTableItem>)