summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pemagine/pemagine.h8
1 files changed, 8 insertions, 0 deletions
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,