summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nso.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Support multiple modules per patcherGPUCode2024-01-141-1/+2
* arm: Implement native code execution backendLiam2023-11-251-1/+6
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-3/+3
* loader: Resolve instances of variable shadowingLioncash2021-04-271-7/+9
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-1/+1
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-1/+1
* core/loader: Remove dependencies on the global system instanceLioncash2020-09-161-4/+8
* loader: nso: Fix loader size and arguments.bunnei2020-04-171-2/+1
* loader: provide default arguments (zero byte) to NSOsMichael Scire2020-01-231-0/+2
* loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-0/+5
* core/core: Move process execution start to System's Load()Lioncash2019-04-121-1/+1
* file_sys/patch_manager: Deduplicate NSO headerLioncash2019-03-221-0/+39
* loader: Remove Linker inheritance from NRO and NSO loadersLioncash2019-03-201-2/+2
* loaders: Make GetFileType() a const qualified member functionLioncash2018-12-051-1/+1
* loader/nso: Remove dependency on the System classLioncash2018-12-031-2/+6
* nso: Return an optional address from LoadModuleLioncash2018-10-151-3/+4
* nso: Make LoadModule take a VfsFile by const referenceLioncash2018-10-151-1/+2
* nso/nro: Use default allocation size for arg_dataZach Hilman2018-10-071-0/+2
* nso/nro: Add NSO arguments structure to data sectionZach Hilman2018-10-071-1/+8
* nso: Optimize loading of IPS patchesZach Hilman2018-10-021-1/+1
* nso: Add framework to support patching of uncompressed NSOsZach Hilman2018-10-011-1/+3
* loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash2018-09-291-3/+1
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-12/+5
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-5/+12
* Virtual Filesystem (#597)Zach Hilman2018-07-061-12/+5
* Add support for decrypted NCA files (#567)Zach Hilman2018-06-211-0/+3
* Kernel: Store the program id in the Process class instead of the CodeSet class.Subv2018-03-021-1/+1
* loader: Check error on NPDM load, use TID for CodeSetshinyquagsire232018-02-251-1/+1
* loader: Clean up ctors and includes.bunnei2018-01-201-3/+1
* loader: Refactor to also pass filepath into IdentifyType.bunnei2018-01-201-4/+3
* nso: Remove code specific to directory loading.bunnei2018-01-201-1/+2
* Remove relocation on NSO/NROgdkchan2018-01-171-1/+1
* clang-formatMerryMage2018-01-161-2/+1
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-1/+1
* loader: Various improvements for NSO/NRO loaders.bunnei2017-10-101-5/+3
* loader: Add support for NRO, as well as various fixes and shared linker.bunnei2017-10-061-18/+2
* nso: Fixes to support homebrew NSOs without a MOD header.bunnei2017-10-041-1/+1
* nso: Refactor and allocate .bss section.bunnei2017-09-301-1/+24
* loader: Add support for loading an NSO.bunnei2017-09-301-0/+38