diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pemagine/pemagine.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/pemagine/pemagine.h b/include/pemagine/pemagine.h index ac84a97..c222406 100644 --- a/include/pemagine/pemagine.h +++ b/include/pemagine/pemagine.h @@ -196,6 +196,15 @@ pe_api void * pe_get_ntdll_module_handle (void); pe_api void * pe_get_kernel32_module_handle (void); +/* ldso */ +pe_api int32_t pe_open_physical_parent_directory( + void ** hparent, + void * href, + uintptr_t * buffer, + uint32_t buffer_size, + uint32_t desired_access, + uint32_t open_options); + #ifdef __cplusplus } #endif |