1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-23 02:36:41 +00:00
nxdumptool/source/core
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
..
aes.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
bfttf.c Use legacy Borealis fork + add files from the legacy Borealis example. 2021-03-30 15:30:10 -04:00
bktr.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
cert.c Some changes. 2021-03-29 14:27:35 -04:00
cnmt.c Small code refactor. 2021-05-11 02:00:33 -04:00
crc32_fast.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
es.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
fs_ext.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
gamecard.c Match changes to the XCI page in Switchbrew. 2021-04-05 20:40:57 -04:00
hfs.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
keys.c Small code refactor. 2021-05-11 02:00:33 -04:00
legal_info.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
lz4.c Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
mem.c Small code refactor. 2021-05-11 02:00:33 -04:00
nacp.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
nca.c Small code refactor. 2021-05-11 02:00:33 -04:00
npdm.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
nso.c Some changes. 2021-03-29 14:27:35 -04:00
nxdt_log.c Some changes. 2021-03-29 14:27:35 -04:00
nxdt_utils.c Small code refactor. 2021-05-11 02:00:33 -04:00
pfs.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
program_info.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
romfs.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
rsa.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
save.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
services.c Small code refactor. 2021-05-11 02:00:33 -04:00
tik.c Small code refactor. 2021-05-11 02:00:33 -04:00
title.c Support HOS 12.0.x. 2021-04-20 18:43:37 -04:00
ums.c Fix building issues with Borealis. 2021-03-26 00:35:14 -04:00
usb.c Small code refactor. 2021-05-11 02:00:33 -04:00