From 3161deb4b53f4683624ebd93d3d0945f4ed92576 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Nov 2016 12:34:42 -0500 Subject: PE format: union pe_import_lookup_item [and co.] --> union pe_import_lookup. --- include/perk/perk_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/perk/perk_structs.h') 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 */ -- cgit v1.2.3