1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-26 12:12:02 +00:00
nxdumptool/source
Pablo Curiel 98f3f85a31 Bunch of title related changes.
* 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.
2020-07-27 23:32:08 -04:00
..
fatfs Mooooore baby steps. 2020-04-17 17:59:05 -04:00
aes.c Some more changes. 2020-07-05 20:10:07 -04:00
aes.h Some more changes. 2020-07-05 20:10:07 -04:00
bktr.c Bunch of changes. 2020-07-22 04:03:28 -04:00
bktr.h Forgot to update bktr.c/h accordingly. 2020-07-07 07:55:37 -04:00
cert.c Normalize goto tag names + support for gamecard key area. 2020-07-13 02:36:17 -04:00
cert.h Bunch of changes. 2020-07-03 05:31:22 -04:00
crc32_fast.c Some more changes. 2020-07-05 20:10:07 -04:00
crc32_fast.h Some more changes. 2020-07-05 20:10:07 -04:00
es.c Some more changes. 2020-07-05 20:10:07 -04:00
es.h Some more changes. 2020-07-05 20:10:07 -04:00
fs_ext.c Some more changes. 2020-07-05 20:10:07 -04:00
fs_ext.h Bunch of changes. 2020-07-22 04:03:28 -04:00
fspusb.c Some more changes. 2020-07-05 20:10:07 -04:00
fspusb.h Some more changes. 2020-07-05 20:10:07 -04:00
gamecard.c List titles from the inserted gamecard. 2020-07-25 14:50:42 -04:00
gamecard.h Bunch of changes. 2020-07-22 04:03:28 -04:00
keys.c Normalize goto tag names + support for gamecard key area. 2020-07-13 02:36:17 -04:00
keys.h Check the key generation value from the eticket device key. 2020-07-07 08:58:17 -04:00
lz4.c Baby steps. 2020-04-15 16:50:07 -04:00
lz4.h Baby steps. 2020-04-15 16:50:07 -04:00
main.c Bunch of title related changes. 2020-07-27 23:32:08 -04:00
mem.c Normalize goto tag names + support for gamecard key area. 2020-07-13 02:36:17 -04:00
mem.h Normalize goto tag names + support for gamecard key area. 2020-07-13 02:36:17 -04:00
nca.c Bunch of title related changes. 2020-07-27 23:32:08 -04:00
nca.h List content infos as part of title list entries. 2020-07-26 00:57:12 -04:00
pfs.c Bunch of changes. 2020-07-22 04:03:28 -04:00
pfs.h Functions and wrappers to write generated NCA hash layer patches. 2020-07-22 16:35:23 -04:00
romfs.c Test unified NCA hash layer write function (works gucci). 2020-07-22 20:37:02 -04:00
romfs.h Test unified NCA hash layer write function (works gucci). 2020-07-22 20:37:02 -04:00
rsa.c Normalize goto tag names + support for gamecard key area. 2020-07-13 02:36:17 -04:00
rsa.h Changes to the gamecard key area handling. 2020-07-15 18:50:34 -04:00
save.c Normalize goto tag names + support for gamecard key area. 2020-07-13 02:36:17 -04:00
save.h Some more changes. 2020-07-05 20:10:07 -04:00
service_guard.h Codestyle fixes. 2020-07-07 11:51:33 -04:00
services.c Normalize goto tag names + support for gamecard key area. 2020-07-13 02:36:17 -04:00
services.h Some more changes. 2020-07-05 20:10:07 -04:00
signature.h Bunch of changes. 2020-07-03 05:31:22 -04:00
tik.c Changes to the gamecard key area handling. 2020-07-15 18:50:34 -04:00
tik.h Bunch of changes. 2020-07-03 05:31:22 -04:00
title.c Bunch of title related changes. 2020-07-27 23:32:08 -04:00
title.h Bunch of title related changes. 2020-07-27 23:32:08 -04:00
usb.c Reduce memory footprint + hardcode system title names. 2020-07-26 04:00:54 -04:00
usb.h Some more changes. 2020-07-05 20:10:07 -04:00
utils.c List content infos as part of title list entries. 2020-07-26 00:57:12 -04:00
utils.h List content infos as part of title list entries. 2020-07-26 00:57:12 -04:00