1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00
nxdumptool/source
Pablo Curiel 54c5677cd0 QoL changes
* codebase: remove all references to Lockpick / Lockpick_RCM.

* keys: retrieve Atmosphère's key generation in keysLoadKeyset().
* keys: replace all "key_gen_val" references with "mkey_index".
* keys: move latest master key checks in keysReadKeysFromFile() to keysDeriveMasterKeys().
* keys: update latest master key checks to determine if nxdumptool's hardcoded master key vectors are outdated, using the key generation value from Atmosphère. If the master key vectors are outdated, and the newer master key(s) are not available, an error will be displayed.

* nxdt_utils: update logic in utilsReplaceIllegalCharacters() to replace consecutive illegal characters with a single underscore.
* nxdt_utils: move servicesGetExosphereApiVersion() to nxdt_utils as utilsGetExosphereApiVersion().
* nxdt_utils: define internal UtilsExosphereApiVersion struct, which is used to parse the output from utilsGetExosphereApiVersion().
* nxdt_utils: add utilsGetAtmosphereVersion(), utilsGetAtmosphereKeyGeneration() and utilsGetAtmosphereTargetFirmware() functions.

* services: remove servicesGetExosphereApiVersion().
* services: Atmosphère version is now retrieved via utilsGetAtmosphereVersion().
2024-04-05 23:25:32 +02:00
..
core QoL changes 2024-04-05 23:25:32 +02:00
devoptab poc: add file browser for NCA FS sections. 2023-12-26 01:25:29 +01:00
fatfs I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
about_tab.cpp QoL changes 2024-04-05 23:25:32 +02:00
error_frame.cpp Update copyright year 2023-04-08 13:42:22 +02:00
exception_handler.cpp Fix building with latest libnx commit. 2023-11-26 23:13:58 +01:00
gamecard_tab.cpp Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
layered_error_frame.cpp Update copyright year 2023-04-08 13:42:22 +02:00
main.cpp Custom devoptab wrappers (part 1). 2023-12-20 20:32:48 +01:00
options_tab.cpp Update copyright year 2023-04-08 13:42:22 +02:00
root_view.cpp Update copyright year 2023-04-08 13:42:22 +02:00
tasks.cpp Update copyright year 2023-04-08 13:42:22 +02:00
titles_tab.cpp Update copyright year 2023-04-08 13:42:22 +02:00