SectionTableItem

data class SectionTableItem(val name: String, val virtualSize: UInt, val virtualAddress: Address32, val sizeOfRawData: UInt, val pointerToRawData: Address32, val pointerToRelocations: Address32, val pointerToLinenumbers: Address32, val numberOfRelocations: UShort, val numberOfLinenumbers: UShort, val characteristics: SectionFlags) : ReadableStructure(source)

Constructors

Link copied to clipboard
constructor(name: String, virtualSize: UInt, virtualAddress: Address32, sizeOfRawData: UInt, pointerToRawData: Address32, pointerToRelocations: Address32, pointerToLinenumbers: Address32, numberOfRelocations: UShort, numberOfLinenumbers: UShort, characteristics: SectionFlags)

Types

Link copied to clipboard
object Companion

Properties

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