loader: Add support for loading an NSO.
This commit is contained in:
parent
9eb4888df7
commit
6bafd3f4f7
5 changed files with 342 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue