diff options
-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 db701ab..75e7e40 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_structs.h @@ -258,7 +258,7 @@ struct pe_raw_export_hdr { }; -union pe_export_addr_tbl { +union pe_raw_export_addr_tbl { unsigned char export_rva [0x04]; /* 0x00 */ unsigned char forwarder_rva [0x04]; /* 0x00 */ }; |