Loader: Finish ldr:ro

This commit is contained in:
Michael Scire
2018-04-27 03:33:44 -06:00
parent 772e41971d
commit 4e1a29f618
4 changed files with 40 additions and 2 deletions

View File

@@ -74,5 +74,6 @@ class Registration {
static bool IsNroHashPresent(u64 index, u8 *nro_hash);
static bool IsNroAlreadyLoaded(u64 index, u8 *build_id);
static void AddNroToProcess(u64 index, MappedCodeMemory *nro, MappedCodeMemory *bss, u32 text_size, u32 ro_size, u32 rw_size, u8 *build_id);
static Result RemoveNroInfo(u64 index, Handle process_h, u64 base_address);
static Result GetNsoInfosForProcessId(NsoInfo *out, u32 max_out, u64 process_id, u32 *num_written);
};