mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
978ed292f2
* cnmt: add ContentMetaInstallState_Count to prepare for any future bitflags; add ContentMetaContentAccessibility enum; remove comment about unknown extended data size for DataPatch CNMTs. * nacp: rename NacpSupportingLimitedLicenses -> NacpSupportingLimitedApplicationLicenses everywhere; don't allow empty strings for StartupUserAccountOption field in XML; remove ApplicationId field from XML. * nca: update NcaKeyGeneration enum; update comments; properly handle NcaHashType_None in parsed NCA FS sections. * npdm: update comments. * keys: removed sealed key entries from structs; add keysGenerateAesKey() as a GenerateAesKek + GenerateAesKey wrapper; update Lockpick_RCM key block hashes. * title: update hardcoded system title list.
23 lines
258 B
Text
23 lines
258 B
Text
.vscode
|
|
build
|
|
host/__pycache__
|
|
host/build
|
|
host/dist
|
|
host/nxdumptool
|
|
*.elf
|
|
*.nacp
|
|
*.nro
|
|
*.nso
|
|
*.map
|
|
*.pfs0
|
|
*.lst
|
|
*.tar.bz2
|
|
*.7z
|
|
*.log
|
|
*.spec
|
|
*.exe
|
|
*.code-workspace
|
|
|
|
# TODO: remove this after the PoC builds are no longer needed.
|
|
main.cpp
|
|
/code_templates/tmp/*
|