Types

Link copied to clipboard
Link copied to clipboard
inner class Section : ReadableSection

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
open override val exportSymbols: List<ExportSymbol>

Get all export symbols from the PE file

Link copied to clipboard
open override val importSymbols: List<ImportSymbol>

Get all import symbols from the PE file

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val sections: List<PEFile.Section>

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

Functions

Link copied to clipboard
open override fun close()

Closes the underlying data accessor.

Link copied to clipboard
open override fun toString(): String