summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 12:34:42 -0500
committermidipix <writeonce@midipix.org>2016-11-19 12:34:42 -0500
commit3161deb4b53f4683624ebd93d3d0945f4ed92576 (patch)
tree9bae55fafc099c040c4298cc34f76986a6bdb9ba /include/perk/perk_structs.h
parent8dd726502b05e31022104aac81ae901617827773 (diff)
downloadperk-3161deb4b53f4683624ebd93d3d0945f4ed92576.tar.bz2
perk-3161deb4b53f4683624ebd93d3d0945f4ed92576.tar.xz
PE format: union pe_import_lookup_item [and co.] --> union pe_import_lookup.
Diffstat (limited to 'include/perk/perk_structs.h')
-rw-r--r--include/perk/perk_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index 64c83b0..1eaf8a7 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -264,7 +264,7 @@ union pe_raw_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 */