<
From version < 28.1 >
edited by nuggs
on 2021/03/04 22:40
To version < 28.2 >
edited by nuggs
on 2021/03/05 00:49
>
Change comment: clarify

Summary

Details

Page properties
Content
... ... @@ -11,8 +11,8 @@
11 11  (% border="0" %)
12 12  |=Offset|=Size|=Description
13 13  |0x00|4|Header size
14 -|0x04|4|DATA offset (or 0xFFFFFFFF if section not present)
15 -|0x08|4|RODATA offset (or 0xFFFFFFFF if section not present)
14 +|0x04|4|DATA offset (relative start of header, or 0xFFFFFFFF if section not present)
15 +|0x08|4|RODATA offset (relative start of header, or 0xFFFFFFFF if section not present)
16 16  |0x0C|2|Export count
17 17  |0x0E|2|Padding
18 18  |0x10|4|Constructor offset (relative end of header)
... ... @@ -25,7 +25,7 @@
25 25  
26 26  == DLL Relocations ==
27 27  
28 -The RODATA segment must begin with a DLL relocation table, which has the following structure.
28 +The RODATA segment - if it exists - must begin with a DLL relocation table, which has the following structure.
29 29  
30 30  (% border="0" %)
31 31  |=Value|=Description