From dab206afd4523f16fcda9e8c72dfb1fdfc4c4687 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Oct 2017 03:42:21 +0000 Subject: ldso: added pe_load_framework_loader_ex(). --- include/pemagine/pemagine.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'include/pemagine/pemagine.h') diff --git a/include/pemagine/pemagine.h b/include/pemagine/pemagine.h index 0edd08e..9cfe47a 100644 --- a/include/pemagine/pemagine.h +++ b/include/pemagine/pemagine.h @@ -265,6 +265,20 @@ pe_api int32_t pe_load_framework_loader( uint32_t * flags); +pe_api int32_t pe_load_framework_loader_ex( + void ** baseaddr, + void ** hroot, + void ** hdsodir, + const struct pe_guid * abi, + const wchar16_t * basename, + const wchar16_t * rrelname, + void * refaddr, + uintptr_t * buffer, + uint32_t bufsize, + uint32_t flags, + uint32_t * sysflags); + + pe_api int32_t pe_open_image_from_addr( void ** himage, void * addr, -- cgit v1.2.3