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)