mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-26 12:12:02 +00:00
98f3f85a31
* Improved patch and add-on content title ID verification against a base application title ID. * Implemented linked lists in TitleInfo structs, which make it easier to deal with multiple patches / add-on contents belonging to the same application. * TitleApplicationMetadata elements are retrieved with titleGetApplicationMetadataEntries() and used by the UI to display title entries. An 'is_system' filter argument is used to determine which kind of metadata should be retrieved. These are ordered by ID (system titles) or alphabetically (user applications) using qsort(). * Added TitleUserApplicationData struct, which is populated when an user application is selected. * Tweaked titleRefreshGameCardTitleInfo() behaviour a little bit. Now returns true whenever there are title info changes, so the UI can reload the list. * Temporarily commented out title info logging from titleInitialize(). * Fixed decrypted key retrieval from the NCA key area for patches with titlekey crypto removed. * Implemented a very small menu to select a title to dump. |
||
---|---|---|
.. | ||
fatfs | ||
aes.c | ||
aes.h | ||
bktr.c | ||
bktr.h | ||
cert.c | ||
cert.h | ||
crc32_fast.c | ||
crc32_fast.h | ||
es.c | ||
es.h | ||
fs_ext.c | ||
fs_ext.h | ||
fspusb.c | ||
fspusb.h | ||
gamecard.c | ||
gamecard.h | ||
keys.c | ||
keys.h | ||
lz4.c | ||
lz4.h | ||
main.c | ||
mem.c | ||
mem.h | ||
nca.c | ||
nca.h | ||
pfs.c | ||
pfs.h | ||
romfs.c | ||
romfs.h | ||
rsa.c | ||
rsa.h | ||
save.c | ||
save.h | ||
service_guard.h | ||
services.c | ||
services.h | ||
signature.h | ||
tik.c | ||
tik.h | ||
title.c | ||
title.h | ||
usb.c | ||
usb.h | ||
utils.c | ||
utils.h |