diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/pe_get_ntdll_module_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/pe_get_ntdll_module_handle.c b/src/modules/pe_get_ntdll_module_handle.c index 72f81ec..df5f4cd 100644 --- a/src/modules/pe_get_ntdll_module_handle.c +++ b/src/modules/pe_get_ntdll_module_handle.c @@ -10,7 +10,7 @@ #include <pemagine/pemagine.h> #include "pe_impl.h" -pe_api + void * pe_get_ntdll_module_handle(void) { struct pe_peb_ldr_data * peb_ldr_data; |