loader: Add support for loading an NSO.

This commit is contained in:
bunnei 2017-09-24 11:08:31 -04:00
parent 9eb4888df7
commit 6bafd3f4f7
5 changed files with 342 additions and 0 deletions

View file

@ -176,6 +176,7 @@ set(SRCS
loader/elf.cpp
loader/loader.cpp
loader/ncch.cpp
loader/nso.cpp
loader/smdh.cpp
tracer/recorder.cpp
memory.cpp
@ -375,6 +376,7 @@ set(HEADERS
loader/elf.h
loader/loader.h
loader/ncch.h
loader/nso.h
loader/smdh.h
tracer/recorder.h
tracer/citrace.h