summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pe_structs.h
diff options
context:
space:
mode:
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];