CRO0: Difference between revisions

Kynex7510 (talk | contribs)
About hashes
Kynex7510 (talk | contribs)
m Segment type
 
(One intermediate revision by one other user not shown)
Line 248: Line 248:
| 0x8
| 0x8
| 0x4
| 0x4
| Segment id (0 = .text, 1 = .rodata, 2 = .data, 3 = .bss)
| Segment type: 0 = executable (.text), 1 = read only (.rodata), 2 = read/write (.data), 3 = zero-initialized (.bss)
|}
|}
RO expects only one of executable, read/write and zero-initialized segments, but there's no limit on read only segments.


== Named Export Table entry ==
== Named Export Table entry ==
Line 365: Line 367:
| 0x4
| 0x4
| 0x4
| 0x4
| Indexed import num
| Offset of the head of a sub list in Indexed Import Table
|-
|-
| 0x8
| 0x8
| 0x4
| 0x4
| Offset of the head of a sub list in Indexed Import Table
| Indexed import num
|-
|-
| 0xC
| 0xC
| 0x4
| 0x4
| Anonymous import num
| Offset of the head of a sub list in Anonymous Import Table
|-
|-
| 0x10
| 0x10
| 0x4
| 0x4
| Offset of the head of a sub list in Anonymous Import Table
| Anonymous import num
|}
|}