1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-10 04:31:44 +00:00
nxdumptool/source/core
Pablo Curiel 32bb5fd46e nxdt_utils: add more helpers.
Implement utilsParseHexString() and utilsAppletLoopDelay().

Other changes include:

* defines: add THIRTY_FPS_DELAY define.
* defines: remove unused CERT_PATH define.

* gamecard: restore original reserved_2 field in GameCardInfo struct. The last 16 bytes weren't being properly due to an issue within libnx's AES-CBC implementation.
* gamecard: rename GAMECARD_ACCESS_WAIT_TIME -> GAMECARD_ACCESS_DELAY.

* host: improve ABI documentation (thanks @v1993).

* keys: remove keysConvertHexDigitToBinary().
* keys: change keysParseHexKey() function signature + update it to use utilsParseHexString() instead.

* nso: change "NRO" to "NSO" in some misleading log error messages (thanks @liamadvance).

* nxdt_rw_poc: replace svcSleepThread() calls with utilsAppletLoopDelay().

* nxdt_utils: rename utilsGenerateHexStringFromData() -> utilsGenerateHexString().
* nxdt_utils: add static utilsConvertHexDigitToBinary() function, used by utilsParseHexString().
* nxdt_utils: update utilsAppendFormattedStringToBuffer() to avoid logging an error string if resources haven't been initialized.
* nxdt_utils: use a single call to sprintf() with a variable precision argument in utilsGenerateFormattedSizeString().
* nxdt_utils: call utilsAppletLoopDelay() in the while loop from utilsPrintConsoleError().
* nxdt_utils: remove unused utilsCloseFileDescriptor() function.

* tik: log input rights ID at the start of tikRetrieveTicketByRightsId().
2023-10-23 00:44:40 +02:00
..
aes.c Update copyright year 2023-04-08 13:42:22 +02:00
bfttf.c *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
bktr.c Fix Patch RomFS ctx init w/missing base NCA FS. 2023-10-12 11:24:03 +02:00
cert.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
cnmt.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
config.c *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
es.c Update copyright year 2023-04-08 13:42:22 +02:00
fs_ext.c Update copyright year 2023-04-08 13:42:22 +02:00
gamecard.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
hfs.c I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
http.c Update copyright year 2023-04-08 13:42:22 +02:00
keys.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
legal_info.c Update copyright year 2023-04-08 13:42:22 +02:00
lz4.c Many small changes (sorry, I need to push these). 2022-09-12 20:19:10 +02:00
mem.c *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
nacp.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
nca.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
nca_storage.c Fix Patch RomFS ctx init w/missing base NCA FS. 2023-10-12 11:24:03 +02:00
npdm.c Update copyright year 2023-04-08 13:42:22 +02:00
nso.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
nxdt_bfsar.c poc: implement PFS dumping (user titles only). 2023-05-30 01:22:12 +02:00
nxdt_json.c Update copyright year 2023-04-08 13:42:22 +02:00
nxdt_log.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
nxdt_utils.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
pfs.c nca_storage: set original substorage while initializing a patch NCA storage. 2023-09-24 18:41:39 +02:00
program_info.c Update copyright year 2023-04-08 13:42:22 +02:00
romfs.c Fix Patch RomFS ctx init w/missing base NCA FS. 2023-10-12 11:24:03 +02:00
rsa.c Rework signature/cert/tik interfaces. 2023-10-15 17:53:46 +02:00
save.c Update copyright year 2023-04-08 13:42:22 +02:00
services.c I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
sha3.c Update copyright year 2023-04-08 13:42:22 +02:00
tik.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
title.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
ums.c ums: implement umsUnmountDevice 2023-06-29 00:12:51 +02:00
usb.c *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00