summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_meta.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perk/perk_meta.h')
-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 5abf507..272b4d6 100644
--- a/include/perk/perk_meta.h
+++ b/include/perk/perk_meta.h
@@ -161,12 +161,12 @@ struct pe_meta_opt_hdr_mem_64 {
};
struct pe_meta_opt_hdr_mem {
- uint64_t base_of_data;
- uint64_t image_base;
- uint64_t size_of_stack_reserve;
- uint64_t size_of_stack_commit;
- uint64_t size_of_heap_reserve;
- uint64_t size_of_heap_commit;
+ uint64_t coh_base_of_data;
+ uint64_t coh_image_base;
+ uint64_t coh_size_of_stack_reserve;
+ uint64_t coh_size_of_stack_commit;
+ uint64_t coh_size_of_heap_reserve;
+ uint64_t coh_size_of_heap_commit;
};
struct pe_meta_opt_hdr {