diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/meta/pe_get_image_stack_heap_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meta/pe_get_image_stack_heap_info.c b/src/meta/pe_get_image_stack_heap_info.c index 922682d..6f31e79 100644 --- a/src/meta/pe_get_image_stack_heap_info.c +++ b/src/meta/pe_get_image_stack_heap_info.c @@ -9,7 +9,7 @@ #include <pemagine/pe_structs.h> #include <pemagine/pemagine.h> -pe_api + int pe_get_image_stack_heap_info(const void * base, struct pe_stack_heap_info * stack_heap_info) { uint16_t * magic; |