summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pe_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 14:54:20 -0500
committermidipix <writeonce@midipix.org>2016-11-19 14:54:20 -0500
commitfb643b72651055c924188fd22f1d24f5ec604fe0 (patch)
tree915b94583b6229c1428c0df2e330ec7a43699484 /include/pemagine/pe_structs.h
parentb86f714da701cdbe4b2fe26faeb1b8e0b0c778d3 (diff)
downloadpemagine-fb643b72651055c924188fd22f1d24f5ec604fe0.tar.bz2
pemagine-fb643b72651055c924188fd22f1d24f5ec604fe0.tar.xz
PE format: struct pe_data_dirs --> struct pe_raw_data_dirs.
Diffstat (limited to 'include/pemagine/pe_structs.h')
-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 64508e6..430c967 100644
--- a/include/pemagine/pe_structs.h
+++ b/include/pemagine/pe_structs.h
@@ -98,7 +98,7 @@ struct pe_raw_opt_hdr_dirs {
unsigned char reserved [0x08];
};
-struct pe_data_dirs {
+struct pe_raw_data_dirs {
unsigned char rva_and_sizes [0x04];
unsigned char export_tbl [0x08];
unsigned char import_tbl [0x08];