1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-18 21:13:25 +01:00
nxdumptool/include
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 Custom devoptab wrappers (part 3). 2023-12-21 02:20:37 +01:00
fatfs I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
about_tab.hpp Update copyright year 2023-04-08 13:42:22 +02:00
async_task.hpp Update copyright year 2023-04-08 13:42:22 +02:00
defines.h QoL changes 2024-04-05 23:25:32 +02:00
download_task.hpp Custom devoptab wrappers (part 1). 2023-12-20 20:32:48 +01:00
dump_options_frame.hpp Update copyright year 2023-04-08 13:42:22 +02:00
error_frame.hpp Update copyright year 2023-04-08 13:42:22 +02:00
focusable_item.hpp Update copyright year 2023-04-08 13:42:22 +02:00
gamecard_tab.hpp Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
layered_error_frame.hpp Update copyright year 2023-04-08 13:42:22 +02:00
options_tab.hpp Update copyright year 2023-04-08 13:42:22 +02:00
root_view.hpp Update copyright year 2023-04-08 13:42:22 +02:00
scope_guard.hpp Update copyright year 2023-04-08 13:42:22 +02:00
tasks.hpp Update copyright year 2023-04-08 13:42:22 +02:00
titles_tab.hpp Update copyright year 2023-04-08 13:42:22 +02:00