mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-09 20:21:45 +00:00
974790944f
* Added NSP dumper PoC (SD card only atm, single-threaded). * Cert: replaced a wrong strcmp() with a proper strncmp(). * CNMT: added functions to update content info entries and generate/write Partition FS patches. * NCA: encrypt key area right after removing titlekey crypto. * NPDM/ProgramInfo: changed function names. * NPDM: check if the NCA has been modified before attempting to patch ACID data + calculate RSA-PSS signature *after* generating the PFS patch, not before. lol * PFS: restore name table size value before writing the header padding. * Tik: reworked the ticket lookup algorithm. Now uses information from ticket_list.bin to properly calculate the offset to the requested ticket in ticket.bin. * Title: changed title type strings used for filename generation. * Updated to-do list.
17 lines
166 B
Text
17 lines
166 B
Text
build
|
|
/*.elf
|
|
/*.nacp
|
|
/*.nro
|
|
/*.nso
|
|
/*.map
|
|
/*.pfs0
|
|
/*.lst
|
|
/*.tar.bz2
|
|
/code_templates/tmp/*
|
|
/source/main.c
|
|
/*.log
|
|
|
|
# Clion files
|
|
.idea
|
|
cmake-build-debug
|
|
CMakeLists.txt
|