From 393c205aed99a73cb8ff984858f288f8cb901688 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 17 Jan 2017 19:40:32 +0000 Subject: ldso: added pe_open_physical_parent_directory(). --- include/pemagine/pemagine.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') 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 -- cgit v1.2.3