summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/perk/perk_meta.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/perk/perk_meta.h b/include/perk/perk_meta.h
index 06974e2..0fd64f3 100644
--- a/include/perk/perk_meta.h
+++ b/include/perk/perk_meta.h
@@ -144,12 +144,12 @@ struct pe_meta_opt_hdr_dirs {
};
struct pe_meta_opt_hdr_mem_32 {
- uint32_t base_of_data;
- uint32_t image_base;
- uint32_t size_of_stack_reserve;
- uint32_t size_of_stack_commit;
- uint32_t size_of_heap_reserve;
- uint32_t size_of_heap_commit;
+ uint32_t coh_base_of_data;
+ uint32_t coh_image_base;
+ uint32_t coh_size_of_stack_reserve;
+ uint32_t coh_size_of_stack_commit;
+ uint32_t coh_size_of_heap_reserve;
+ uint32_t coh_size_of_heap_commit;
};
struct pe_meta_opt_hdr_mem_64 {