1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-19 13:33:25 +01:00
nxdumptool/source
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
..
core nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
fatfs I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
about_tab.cpp Update copyright year 2023-04-08 13:42:22 +02:00
error_frame.cpp Update copyright year 2023-04-08 13:42:22 +02:00
exception_handler.cpp *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
gamecard_tab.cpp nxdt_includes: properly handle old sysver fields. 2023-05-26 11:01:34 +02:00
layered_error_frame.cpp Update copyright year 2023-04-08 13:42:22 +02:00
main.cpp Update copyright year 2023-04-08 13:42:22 +02:00
options_tab.cpp Update copyright year 2023-04-08 13:42:22 +02:00
root_view.cpp Update copyright year 2023-04-08 13:42:22 +02:00
tasks.cpp Update copyright year 2023-04-08 13:42:22 +02:00
titles_tab.cpp Update copyright year 2023-04-08 13:42:22 +02:00