From f6b8ef5f17e9e3d05fa69466d9aa0bd3bc10ee36 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 02 2016 21:43:42 +0000 Subject: struct pe_raw_hint_name_entry: member name normalization. --- diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index c0a8be7..0f5c46f 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -282,8 +282,8 @@ struct pe_raw_import_hdr { struct pe_raw_hint_name_entry { - unsigned char hint [0x02]; /* 0x00 */ - unsigned char name [0x02]; /* 0x02 */ + unsigned char ii_hint [0x02]; /* 0x00 */ + unsigned char ii_name [0x02]; /* 0x02 */ };