summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/pemagine/pe_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h
index bf1c2ed..06009a0 100644
--- a/include/pemagine/pe_structs.h
+++ b/include/pemagine/pe_structs.h
@@ -75,8 +75,8 @@ struct pe_raw_opt_hdr_img {
};
struct pe_raw_opt_hdr_ldr {
- unsigned char loader_flags [0x04];
- unsigned char rva_and_sizes [0x04];
+ unsigned char coh_loader_flags [0x04];
+ unsigned char coh_rva_and_sizes [0x04];
};
struct pe_raw_opt_hdr_dirs {