summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk_meta.h4
-rw-r--r--include/perk/perk_structs.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/perk/perk_meta.h b/include/perk/perk_meta.h
index 4acb5dd..22f8468 100644
--- a/include/perk/perk_meta.h
+++ b/include/perk/perk_meta.h
@@ -120,8 +120,8 @@ struct pe_meta_opt_hdr_img {
};
struct pe_meta_opt_hdr_ldr {
- uint32_t loader_flags;
- uint32_t rva_and_sizes;
+ uint32_t coh_loader_flags;
+ uint32_t coh_rva_and_sizes;
};
struct pe_meta_opt_hdr_dirs {
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index c520da3..1503a8a 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_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 {