summaryrefslogtreecommitdiff
path: root/src/core/loader/nso.cpp
AgeCommit message (Expand)Author
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-27loader: Resolve instances of variable shadowingLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei
2021-01-28hle: kernel: KThread: Reorganize thread priority defaults.bunnei
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-09-16loader/nso: Remove unnecessary [[maybe_unused]]Lioncash
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash
2020-04-17loader/nso: Resolve moves not occurring in DecompressSegmentLioncash
2020-04-17loader: nso: Fix loader size and arguments.bunnei
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-04-17loader: nso: Fix loading of static objects to be properly sized and aligned.bunnei
2020-01-22loader: provide default arguments (zero byte) to NSOsMichael Scire
2020-01-18core/loaders: Simplify PhysicalMemory usage.Markus Wick
2019-09-30core/loader: Track the NSO build ID of the current processZach Hilman
2019-09-21nso: Pass build ID directlyZach Hilman
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow
2019-06-21Merge pull request #2482 from DarkLordZach/prepobunnei
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-05-25loader/nso: Silence sign-comparison warningLioncash
2019-05-25core: Track load offsets of NSO modulesZach Hilman
2019-04-30loader/nso: Remove left-in debug pragmaLioncash
2019-04-11core/core: Move process execution start to System's Load()Lioncash
2019-04-09Merge pull request #1957 from DarkLordZach/title-providerbunnei
2019-04-03Merge pull request #2093 from FreddyFunk/disk-cache-better-compressionbunnei
2019-04-01Merge pull request #2281 from lioncash/memorybunnei
2019-03-29Addressed feedbackunknown
2019-03-29core: Do not link LZ4 to core. Use common/data_compression for nso segment de...unknown
2019-03-27patch_manager: Dump NSO name with build IDZach Hilman
2019-03-23Merge pull request #2280 from lioncash/nsobunnei
2019-03-22kernel/codeset: Make CodeSet's memory data member a regular std::vectorLioncash
2019-03-22loader/nso: Place translation unit specific functions into an anonymous names...Lioncash
2019-03-22file_sys/cheat_engine: Remove use of global system accessorsLioncash
2019-03-22loader/nso: Clean up use of magic constantsLioncash
2019-03-22file_sys/patch_manager: Deduplicate NSO headerLioncash
2019-03-22loader/nso: Fix definition of the NSO header structLioncash
2019-03-21Merge pull request #1933 from DarkLordZach/cheat-enginebunnei
2019-03-20kernel: Move CodeSet structure to its own source filesLioncash
2019-03-05vm_manager: Remove cheat-specific ranges from VMManagerZach Hilman
2019-03-04loader/nso: Set main code region in VMManagerZach Hilman
2018-12-02loader/nso: Remove dependency on the System classLioncash
2018-10-29patch_manager: Add support for dumping decompressed NSOsZach Hilman
2018-10-15nso: Return an optional address from LoadModuleLioncash