1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00
nxdumptool/code_templates
Pablo Curiel 4c0c7d2c56 Small code refactor.
* Refactored keydata handling.

* Sealed NCA KAEKs are now generated at startup, and NCA key area entries are now decrypted by keysDecryptNcaKeyAreaEntry(), reducing the number of calls to spl functions.

* The eTicket RSA device key is now retrieved and decrypted at startup. RSA-OAEP wrapped titlekeys are now decrypted by keysDecryptRsaOaepWrappedTitleKey().

* Renamed titlekek -> ticket common key throughout the codebase.

* Added NcaKeyAreaEncryptionKeyIndex_Count and NcaKeyGeneration_Max enum values to nca.h.

* Proper usage of strcasecmp() in some functions.

* Moved syscall hint checks from keys.c to mem.c.

* Define illegal FS characters as an array rather than a char pointer.

* Services are now initialized before the CFW type checks.

* Fixed pcv/clkrst service initialization.

* Implemented additional thread safety and logfile output to service functions.

* Slightly tweaked running service checks.

* Added proper Markdown documentation for the USB ABI.
2021-05-11 02:00:33 -04:00
..
dump_title_infos.c Populate app_metadata pointer in TitleInfo elements that aren't system titles or user applications. 2021-01-31 05:16:05 -04:00
nsp_dumper_stor.c Small code refactor. 2021-05-11 02:00:33 -04:00
nsp_dumper_usb.c Small code refactor. 2021-05-11 02:00:33 -04:00
sd_romfs_dumper.c Modified NCA key area handling + restored PoC building. 2021-04-25 19:10:34 -04:00
system_title_dumper.c Modified NCA key area handling + restored PoC building. 2021-04-25 19:10:34 -04:00
usb_gc_dumper.c Modified NCA key area handling + restored PoC building. 2021-04-25 19:10:34 -04:00
usb_romfs_dumper.c Modified NCA key area handling + restored PoC building. 2021-04-25 19:10:34 -04:00
xml_generator.c Modified NCA key area handling + restored PoC building. 2021-04-25 19:10:34 -04:00