9e3ad9
PE format: union pe_import_lookup_item --> union pe_import_lookup.
@@ -264,7 +264,7 @@ union pe_export_addr_tbl {
|
|
264
264
|
};
|
265
265
|
|
266
266
|
|
267
|
-
union
|
267
|
+
union pe_import_lookup {
|
268
268
|
unsigned char import_lookup_entry_64 [0x08]; /* 0x00 */
|
269
269
|
unsigned char import_lookup_entry_32 [0x04]; /* 0x00 */
|
270
270
|
unsigned char hint_name_tbl_rva [0x04]; /* 0x00 */
|