CRO0: Difference between revisions
→Import Module Table entry: The order of "Offset" vs "Count" was swapped... at least for this `.crs` file I'm reading. |
m Segment type |
||
| 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 == | ||