From 4828517d5b619ddbbfbb05d1d698c50f02869b53 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 28 Jan 2017 19:08:59 +0000 Subject: ldso: added pe_load_framework_loader(). --- include/pemagine/pemagine.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/pemagine/pemagine.h b/include/pemagine/pemagine.h index 8b7e0a9..781ef59 100644 --- a/include/pemagine/pemagine.h +++ b/include/pemagine/pemagine.h @@ -256,6 +256,14 @@ pe_api int32_t pe_find_framework_loader( uint32_t flags); +pe_api int32_t pe_load_framework_loader( + void ** baseaddr, + struct pe_framework_runtime_data * rtdata, + uintptr_t * buffer, + uint32_t bufsize, + uint32_t * flags); + + pe_api int32_t pe_open_image_from_addr( void ** himage, void * addr, -- cgit v1.2.3