PEImportSymbol

Implementation of import symbol for PE format

Properties

Link copied to clipboard
open override val fields: Map<String, Any>

Get all fields of the structure

Link copied to clipboard
open override val file: String

The DLL file name that contains this import symbol

Link copied to clipboard
val isOrdinal: Boolean = false

Whether this symbol is imported by ordinal

Link copied to clipboard
open override val name: String

The name of the import symbol

Link copied to clipboard
val ordinal: UShort? = null

The ordinal number of the import symbol (if imported by ordinal)