Loader Services.
More...
#include <libtransistor/types.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
Go to the source code of this file.
| result_t ro_load_nro |
( |
void ** |
nro_base, |
|
|
void * |
nro_heap, |
|
|
uint64_t |
nro_size, |
|
|
void * |
nro_bss, |
|
|
uint64_t |
bss_size |
|
) |
| |
Description here...
- Parameters
-
| nro_base | Pointer to newly-loaded NRO base |
| nro_heap | Pointer to NRO image |
| nro_size | Size of NRO image |
| nro_bss | Pointer to backing memory for bss |
| bss_size | Size of backing memory for bss |
| result_t ro_load_nrr |
( |
void * |
nrr_heap, |
|
|
uint64_t |
nrr_size |
|
) |
| |
Description here...
- Parameters
-
| nrr_heap | Pointer to NRR |
| nrr_size | Size of NRR |
| result_t ro_unload_nro |
( |
void * |
nro_base, |
|
|
void * |
nro_heap |
|
) |
| |
Description here...
- Parameters
-
| nro_base | Pointer to loaded NRO |
| nro_heap | Pointer to original NRO image |
| result_t ro_unload_nrr |
( |
void * |
nrr_heap | ) |
|
Description here...
- Parameters
-