diff options
author | midipix <writeonce@midipix.org> | 2017-01-28 19:08:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-01-28 21:53:55 -0500 |
commit | 4828517d5b619ddbbfbb05d1d698c50f02869b53 (patch) | |
tree | 70edc5429b2851b1ab12623831b1a832a11320d9 /include | |
parent | 75545658ab6d9a6b4e3d73466c95158f7c22fb17 (diff) | |
download | pemagine-4828517d5b619ddbbfbb05d1d698c50f02869b53.tar.bz2 pemagine-4828517d5b619ddbbfbb05d1d698c50f02869b53.tar.xz |
ldso: added pe_load_framework_loader().
Diffstat (limited to 'include')
-rw-r--r-- | include/pemagine/pemagine.h | 8 |
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, |