aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/loader/nso.h
AgeCommit message (Expand)Author
2024-01-15core: Support multiple modules per patcherGPUCode
2023-11-25arm: Implement native code execution backendLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-27loader: Resolve instances of variable shadowingLioncash
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash
2020-04-17loader: nso: Fix loader size and arguments.bunnei
2020-01-22loader: provide default arguments (zero byte) to NSOsMichael Scire
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-04-11core/core: Move process execution start to System's Load()Lioncash
2019-03-22file_sys/patch_manager: Deduplicate NSO headerLioncash
2019-03-19loader: Remove Linker inheritance from NRO and NSO loadersLioncash
2018-12-05loaders: Make GetFileType() a const qualified member functionLioncash
2018-12-02loader/nso: Remove dependency on the System classLioncash
2018-10-15nso: Return an optional address from LoadModuleLioncash
2018-10-14nso: Make LoadModule take a VfsFile by const referenceLioncash
2018-10-07nso/nro: Use default allocation size for arg_dataZach Hilman
2018-10-07nso/nro: Add NSO arguments structure to data sectionZach Hilman
2018-10-02nso: Optimize loading of IPS patchesZach Hilman
2018-10-01nso: Add framework to support patching of uncompressed NSOsZach Hilman
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Subv
2018-02-25loader: Check error on NPDM load, use TID for CodeSetshinyquagsire23
2018-01-20loader: Clean up ctors and includes.bunnei
2018-01-20loader: Refactor to also pass filepath into IdentifyType.bunnei
2018-01-20nso: Remove code specific to directory loading.bunnei
2018-01-17Remove relocation on NSO/NROgdkchan
2018-01-16clang-formatMerryMage
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-09loader: Various improvements for NSO/NRO loaders.bunnei
2017-10-05loader: Add support for NRO, as well as various fixes and shared linker.bunnei
2017-10-03nso: Fixes to support homebrew NSOs without a MOD header.bunnei
2017-09-30nso: Refactor and allocate .bss section.bunnei
2017-09-30loader: Add support for loading an NSO.bunnei