diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pemagine/pe_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index f3e1b14..c99dbd4 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -264,7 +264,7 @@ union pe_export_addr_tbl { }; -union pe_import_lookup_item { +union pe_import_lookup { unsigned char import_lookup_entry_64 [0x08]; /* 0x00 */ unsigned char import_lookup_entry_32 [0x04]; /* 0x00 */ unsigned char hint_name_tbl_rva [0x04]; /* 0x00 */ |