4) Add code, without connecting dll.inc and, accordingly, without calling dll.Load. The heap initialization function (f. 68.11) does not need to be called either.
4.5 1b F_Export Module has export table, and pointer after header (see below)
4.6 1b F_Import Module has import table
4.7 1b F_Reserved Reserved, this field should be 0
4.8 1b F_BoundImport TBD, this field should be 0
4.9 1b F_BSS TBD, this field should be 0
4.10 1b F_TLS TBD, this field should be 0
1.11 5b F_Reserved Reserved, this field should be 0
6 2 Reserved Reserved, this field should be 0
... TBD Fields in this place may be added later
if(F_Export) {
? 4 ExportsHeader Pointer to export header (exists if F_Export=1), KX style export table not supported yet. Currently by backward compatibility reason used legacy style of export table, this field pointed to it
}
if(F_Import) {
? 4 ImportsHeader Pointer to imports header (exists if F_Import=1), KX style import table not supported yet. Currently by backward compatibility reason used legacy style of import table, this field pointed to it