1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-19 21:43:44 +01:00
nxdumptool/include/core
Pablo Curiel e1df86fb27 Fix building with latest libnx + QoL changes.
libnx now implements fsDeviceOperatorGetGameCardIdSet(), so I got rid of my own implementation.

Other changes include:

* cnmt: add cnmtVerifyContentHash().

* defines: add SHA256_HASH_STR_SIZE.

* fs_ext: add FsCardId1MakerCode, FsCardId1MemoryType and FsCardId2CardType enums.
* fs_ext: update FsCardId* structs.

* gamecard: change all package_id definitions from u64 -> u8[0x8].
* gamecard: fix misleading struct member names in GameCardHeader.
* gamecard: rename gamecardGetIdSet() -> gamecardGetCardIdSet().

* gamecard_tab: fix Package ID printing.
* gamecard_tab: add Card ID Set printing.

* host: add executable flag to Python scripts.

* keys: detect if we're dealing with a wiped eTicket RSA device key (e.g. via set:cal blanking). If so, the application will still launch, but all operations related to personalized titlekey crypto are disabled.

* pfs: rename PartitionFileSystemFileContext -> PartitionFileSystemImageContext and propagate the change throughout the codebase.
* pfs: rename PFS_FULL_HEADER_ALIGNMENT -> PFS_HEADER_PADDING_ALIGNMENT and update pfsWriteImageContextHeaderToMemoryBuffer() accordingly.

* poc: print certain button prompts with reversed colors, in the hopes of getting the user's attention.
* poc: NSP, Ticket and NCA submenus for updates and DLC updates now display the highest available title by default.
* poc: simplified output path generation for extracted NCA FS section dumps.
* poc: handle edge cases where a specific NCA from an update has no matching equivalent by type/ID offset in its base title (e.g. Fall Guys' HtmlDocument NCA).
* poc: implement NCA checksum validation while generating NSP dumps.

* romfs: update romfsInitializeContext() to allow its base_nca_fs_ctx argument to be NULL.

* usb: use USB_BOS_SIZE only once.

* workflow: update commit hash referenced by "rewrite-prerelease" tag on update.
2023-11-03 02:22:47 +01:00
..
aes.h Update copyright year 2023-04-08 13:42:22 +02:00
bfttf.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
bktr.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
cert.h Rework signature/cert/tik interfaces. 2023-10-15 17:53:46 +02:00
cnmt.h Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
config.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +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 Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
gamecard.h Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01: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 Update hardcoded key sources to match HOS 17.0.0 2023-10-11 07:41:58 +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 *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
nacp.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
nca.h Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
nca_storage.h Fix Patch RomFS ctx init w/missing base NCA FS. 2023-10-12 11:24:03 +02:00
npdm.h Rework signature/cert/tik interfaces. 2023-10-15 17:53:46 +02:00
nso.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
nxdt_bfsar.h Update copyright year 2023-04-08 13:42:22 +02:00
nxdt_includes.h nxdt_includes: properly handle old sysver fields. 2023-05-26 11:01:34 +02:00
nxdt_json.h Update copyright year 2023-04-08 13:42:22 +02:00
nxdt_log.h nxdt_log: use __FILE__ macro 2023-06-29 19:08:48 +02:00
nxdt_utils.h nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
pfs.h Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
program_info.h Update copyright year 2023-04-08 13:42:22 +02:00
romfs.h Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
rsa.h Rework signature/cert/tik interfaces. 2023-10-15 17:53:46 +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 Rework signature/cert/tik interfaces. 2023-10-15 17:53:46 +02:00
smc.h poc: add system title dumping capabilities 2023-07-21 23:56:50 +02:00
tik.h Rework signature/cert/tik interfaces. 2023-10-15 17:53:46 +02:00
title.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
ums.h ums: implement umsUnmountDevice 2023-06-29 00:12:51 +02:00
usb.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00