summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 15:10:50 -0500
committermidipix <writeonce@midipix.org>2016-11-19 15:10:50 -0500
commit755691b14caa24c7b464e45e8dc0432e08c3112c (patch)
tree5acbc3a3b134608b0f402f07854a847feb2f7ca9 /include
parent50453626fa082d49c5e7cd94d6d90e84fc74f781 (diff)
downloadpemagine-755691b14caa24c7b464e45e8dc0432e08c3112c.tar.bz2
pemagine-755691b14caa24c7b464e45e8dc0432e08c3112c.tar.xz
PE format: struct pe_export_addr_tbl --> struct pe_raw_export_addr_tbl.
Diffstat (limited to 'include')
-rw-r--r--include/pemagine/pe_structs.h2
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 */
};