1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-09 20:21:45 +00:00
nxdumptool/include/core
Pablo Curiel fb58d20fe3 I'm a terrible person and an even worse developer.
And I don't need anyone to tell me so, thank you very much.

* PoC: remove gc_dumper and nsp_dumper PoC; create nxdt_rw_poc with all gc_dumper and nsp_dumper capabilities + standalone ticket dumping + raw NCA dumping; use ftruncate() to set output file sizes whenever possible. PoC code is a mess, as always. Expect the features from the rest of the PoCs to be implemented into nxdt_rw_poc soon.

* workflow: temporarily disable borealis build generation; comment out manual installation of up-to-date packages from Leseratte's mirrors because the latest devkitA64 Docker image has them all.

* borealis: update to fix building issues with latest devkitA64.

* bfttf: error out on invalid NCA signatures.

* config: save configuration to the current working directory; parse and validate new "gamecard/write_raw_hfs_partition" flag.

* defines: remove CONFIG_PATH macro; rename CONFIG_FILE_NAME.

* gamecard: rename fs_ctx -> hfs_ctx everywhere; use HFS function calls to retrieve partition names.

* hfs: move GameCardHashFileSystemPartitionType enum from gamecard.h and rename it to HashFileSystemPartitionType; add hfsIsValidContext(); add hfsGetPartitionNameString().

* nca/npdm: update comments to reflect latest HOS version.

* nxdt_bfsar: always generate absolute SD card paths with the device name; error out on an invalid NCA signature.

* nxdt_includes: include dirent.h; refactor Version struct to make it a union of all known *Version structs.

* nxdt_log: don't write session separator if the logfile is empty.

* nxdt_utils: log appletIsGamePlayRecordingSupported() errors; add utilsDeleteDirectoryRecursively().

* rsa: provide clearer function descriptions in header file.

* services: handle usb:ds initialization.

* tik: update tikConvertPersonalizedTicketToCommonTicket() to allow NULL input pointers as raw certificate chain arguments (much needed for standalone ticket dumping).

* title: add titleGetApplicationIdByMetaKey().

* usb: refactor interface (de)initialization code; slightly improve ABI usage (console-side only); redefine ABI version field in StartSession command blocks; upgrade ABI to v1.1.

* FatFs: rename DIR -> FDIR to avoid conflicts with definitions from stdlib's dirent.h.

* gamecard_tab: display package ID from the inserted gamecard; fix displayed version numbers from bundled system updates below 3.0.0.

* todo: add notes about creating devoptab devices for HFS/PFS/RomFS file tree dumping.
2023-05-24 21:05:34 +02:00
..
aes.h Update copyright year 2023-04-08 13:42:22 +02:00
bfttf.h Update copyright year 2023-04-08 13:42:22 +02:00
bktr.h Update copyright year 2023-04-08 13:42:22 +02:00
cert.h Update copyright year 2023-04-08 13:42:22 +02:00
cnmt.h Update copyright year 2023-04-08 13:42:22 +02:00
config.h Update copyright year 2023-04-08 13:42:22 +02:00
elf_symbol.h Update copyright year 2023-04-08 13:42:22 +02:00
es.h Update copyright year 2023-04-08 13:42:22 +02:00
fs_ext.h Update copyright year 2023-04-08 13:42:22 +02:00
gamecard.h I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
hfs.h I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
http.h Update copyright year 2023-04-08 13:42:22 +02:00
key_sources.h Runtime key derivation with hardcoded key sources 2023-04-08 13:38:28 +02:00
keys.h Update copyright year 2023-04-08 13:42:22 +02:00
legal_info.h Update copyright year 2023-04-08 13:42:22 +02:00
lz4.h Many small changes (sorry, I need to push these). 2022-09-12 20:19:10 +02:00
mem.h Update copyright year 2023-04-08 13:42:22 +02:00
nacp.h Update copyright year 2023-04-08 13:42:22 +02:00
nca.h I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
nca_storage.h Update copyright year 2023-04-08 13:42:22 +02:00
npdm.h I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
nso.h Update copyright year 2023-04-08 13:42:22 +02:00
nxdt_bfsar.h Update copyright year 2023-04-08 13:42:22 +02:00
nxdt_includes.h I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
nxdt_json.h Update copyright year 2023-04-08 13:42:22 +02:00
nxdt_log.h Update copyright year 2023-04-08 13:42:22 +02:00
nxdt_utils.h I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
pfs.h Update copyright year 2023-04-08 13:42:22 +02:00
program_info.h Update copyright year 2023-04-08 13:42:22 +02:00
romfs.h I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
rsa.h I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
save.h Update copyright year 2023-04-08 13:42:22 +02:00
service_guard.h Update copyright year 2023-04-08 13:42:22 +02:00
services.h Update copyright year 2023-04-08 13:42:22 +02:00
sha3.h Update copyright year 2023-04-08 13:42:22 +02:00
signature.h Update copyright year 2023-04-08 13:42:22 +02:00
smc.h Update smc.h 2023-04-08 13:45:05 +02:00
tik.h I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
title.h title: make ID generation easier to understand 2023-04-09 15:39:42 +02:00
ums.h Update copyright year 2023-04-08 13:42:22 +02:00
usb.h I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00