diff options
author | midipix <writeonce@midipix.org> | 2016-12-01 08:25:14 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-01 08:25:14 -0500 |
commit | 7c54020308b9cb81b23ebdf4876b461dc75a39e4 (patch) | |
tree | 7a71ee15994d39185e835805e8cd39894a2b00f5 /include | |
parent | 1d857da33e0d36113c6d8fb8ad5513d2962e2b34 (diff) | |
download | pemagine-7c54020308b9cb81b23ebdf4876b461dc75a39e4.tar.bz2 pemagine-7c54020308b9cb81b23ebdf4876b461dc75a39e4.tar.xz |
union pe_raw_import_lookup: member name normalization.
Diffstat (limited to 'include')
-rw-r--r-- | include/pemagine/pe_structs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index 09b4f8c..7b99482 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -265,10 +265,10 @@ union pe_raw_export_addr_tbl { union pe_raw_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 */ - unsigned char ordinal_number [0x02]; /* 0x00 */ + unsigned char ii_import_lookup_entry_64 [0x08]; /* 0x00 */ + unsigned char ii_import_lookup_entry_32 [0x04]; /* 0x00 */ + unsigned char ii_hint_name_tbl_rva [0x04]; /* 0x00 */ + unsigned char ii_ordinal_number [0x02]; /* 0x00 */ }; |