CRO0: Difference between revisions
About hashes |
m Segment type |
||
| (One intermediate revision by one other user not shown) | |||
| Line 248: | Line 248: | ||
| 0x8 | | 0x8 | ||
| 0x4 | | 0x4 | ||
| Segment | | 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 | | Offset of the head of a sub list in Indexed Import Table | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| 0x4 | | 0x4 | ||
| | | Indexed import num | ||
|- | |- | ||
| 0xC | | 0xC | ||
| 0x4 | | 0x4 | ||
| Anonymous | | Offset of the head of a sub list in Anonymous Import Table | ||
|- | |- | ||
| 0x10 | | 0x10 | ||
| 0x4 | | 0x4 | ||
| | | Anonymous import num | ||
|} | |} | ||