mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 12:41:47 +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.
27 lines
No EOL
1.2 KiB
Text
27 lines
No EOL
1.2 KiB
Text
todo:
|
|
|
|
nca: functions for fs section lookup? (could just let the user choose...)
|
|
nca: function to write re-encrypted nca headers / nca fs headers (don't forget nca0 please)
|
|
nca: function to patch the private npdm acid signature from a program nca + patch the acid signature from the nca header
|
|
|
|
tik: make sure the common crypto cert (XS20, XS22) is available when fakesigning a ticket
|
|
tik: automatically dump tickets to the SD card?
|
|
tik: use dumped tickets when the original ones can't be found in the ES savefile?
|
|
|
|
gamecard: hfs0 filelist generation functions
|
|
|
|
mem: find a better way to block fs calls while debugging fs
|
|
|
|
pfs0: filelist generation functions
|
|
pfs0: full header aligned to 0x20 (nsp)
|
|
|
|
romfs: filelist generation functions
|
|
|
|
bktr: filelist generation functions (wrappers for romfs filelist generation functions)
|
|
|
|
title: move gamecard stuff to another thread?
|
|
title: more functions for title lookup (filters, patches / aoc, etc.)
|
|
title: more functions for content lookup (based on id?)
|
|
title: find a nice way to deal with *true* orphan content (no ns records from parent base game)
|
|
|
|
|