450 Commits (b2237a372e47b6858fd8d16004af6db2dd02f0f3)

Author SHA1 Message Date
Zach Hilman d6744d9b06 patch_manager: Dump NSO name with build ID 7 years ago
Lioncash b8ccd49d77 kernel/codeset: Make CodeSet's memory data member a regular std::vector 7 years ago
Lioncash 0097cd25a8 loader/nso: Place translation unit specific functions into an anonymous namespace 7 years ago
Lioncash b59b7084c7 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash e8791f39ae loader/nso: Clean up use of magic constants 7 years ago
Lioncash be2b64e8bc file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash cae60f2d1f loader/nso: Fix definition of the NSO header struct 7 years ago
Lioncash 70ce9f5767 kernel: Move CodeSet structure to its own source files 7 years ago
Lioncash 2ee1a9132a loader: Remove Linker class 7 years ago
Lioncash 55b2ab35f7 loader: Remove Linker inheritance from NRO and NSO loaders 7 years ago
Zach Hilman 20c46b9242 vm_manager: Remove cheat-specific ranges from VMManager 7 years ago
Zach Hilman 81f85bc280 loader/nso: Set main code region in VMManager 7 years ago
Zach Hilman d8094073a2 loader: Propagate NCA logo section to ReadBanner and ReadLogo 7 years ago
Zach Hilman f49f3e509f web_browser: Add bounds checking to applet interface 7 years ago
Zach Hilman af0bf947d7 loader: Add accessor for Manual RomFS 7 years ago
Zach Hilman 8916266110 loader: Add accessor for game control data 7 years ago
Lioncash b221836d5d kernel/process: Hook up the process capability parser to the process itself 7 years ago
Lioncash 76f5f98b9c loaders: Make GetFileType() a const qualified member function 7 years ago
Zach Hilman 51bfd3864f loader: Add support for reading the name of game's developer 7 years ago
Lioncash c11074738d loader/nso: Remove dependency on the System class 7 years ago
Lioncash 2148254d09 loader/nro: Make the static LoadNro function internally linked 7 years ago
Lioncash d61df4137e loader/nro: Remove dependency on the System class 7 years ago
Zach Hilman d8ce48b5ea process: Make MirrorMemory take state to map new memory as 8 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 8 years ago
Zach Hilman c41c8d5cc1 patch_manager: Add support for dumping decompressed NSOs 8 years ago
Zach Hilman 706f466e9f loader/nro: Call RegisterRomFS from Load 8 years ago
Zach Hilman bd78dc0c29 loader/nsp: Move secondary loader initialization to constructor 8 years ago
bunnei ae5b0d437f nro: Make LoadNro method accessible outside of apploader code. 8 years ago
Lioncash 54ff822f66 XCI: Add function for checking the existence of the program NCA 8 years ago
Lioncash 3b0b8c3f80 nso: Return an optional address from LoadModule 8 years ago
Lioncash 07bc96400e nso: Make LoadModule take a VfsFile by const reference 8 years ago
Lioncash a48ea56c38 nro: Make LoadNro take a VfsFile by const reference 8 years ago
Lioncash d1c7aa8c6c kernel/process: Make CodeSet a regular non-inherited object 8 years ago
Lioncash 4473ebd41d patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 8 years ago
Zach Hilman 8a0accfec0 nso/nro: Use default allocation size for arg_data 8 years ago
Zach Hilman 26559da99e cmd: Support passing game arguments from command line 8 years ago
Zach Hilman 19203e1dc0 nso/nro: Add NSO arguments structure to data section 8 years ago
Zach Hilman 598ca547b2 romfs_factory: Extract packed update setter to new function 8 years ago
Zach Hilman bbbac65dc4 loader: Add getter for packed update 8 years ago
Zach Hilman 9488564c1e loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders 8 years ago
Zach Hilman fc1574a4de nso: Optimize loading of IPS patches 8 years ago
Zach Hilman 783af4adca deconstructed_rom_directory: Force NSO loader to patch NSOs 8 years ago
Zach Hilman 0b69a38532 nso: Add framework to support patching of uncompressed NSOs 8 years ago
Zach Hilman 6d26c40ebb nso: Replace NSOHeader padding bytes with build ID 8 years ago
Lioncash 9d8f4d934b kernel/process: Make data member variables private 8 years ago
Lioncash 06b47d8e6f loader: Make the Load() function take a process as a regular reference, not a SharedPtr 8 years ago
Lioncash 577bde60b5 memory: Dehardcode the use of fixed memory range constants 8 years ago
Lioncash 149d3e546a process/vm_manager: Amend API to allow reading parameters from NPDM metadata 8 years ago
David fb0cc94d02 Added support for uncompressed NSOs (#1374) 8 years ago
Lioncash 2eeb830edb nax: Avoid re-parsing NAX data with GetFileType() 8 years ago