mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-12-23 09:02:06 +00:00
4c0c7d2c56
* 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. |
||
---|---|---|
.. | ||
aes.h | ||
bfttf.h | ||
bktr.h | ||
cert.h | ||
cnmt.h | ||
common.h | ||
crc32_fast.h | ||
elf_symbol.h | ||
es.h | ||
fs_ext.h | ||
gamecard.h | ||
hfs.h | ||
keys.h | ||
legal_info.h | ||
lz4.h | ||
mem.h | ||
nacp.h | ||
nca.h | ||
npdm.h | ||
nso.h | ||
nxdt_log.h | ||
nxdt_utils.h | ||
pfs.h | ||
program_info.h | ||
romfs.h | ||
rsa.h | ||
save.h | ||
service_guard.h | ||
services.h | ||
signature.h | ||
tik.h | ||
title.h | ||
ums.h | ||
usb.h |