1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00
nxdumptool/source/core
Pablo Curiel 8f75b6b923 *FormattedStringToBuffer: relax input validation
Affects both utilsAppendFormattedStringToBuffer() and logWriteFormattedStringToBuffer(). Fixes logging issues within both the exception handler and memory debugging code.

Other changes include:

* bfttf: rename BfttfFontType_Total -> BfttfFontType_Count.
* config: rename "append_authoringtool_data" -> "generate_authoringtool_data".
* fs_ext: update FsGameCardCertificate struct
* gamecard: fix gamecardReadLotusAsicFirmwareBlob() not returning false if FS .data segment memory couldn't be retrieved; update GameCardInfo struct to reflect a recently discovered area that's not zeroed out.
* mem: expand MemoryProgramSegmentType enum; define extra macros for PID buffer size and memory page type checks; force empty memory page attribute and R/X permission checks while looking for the last FS .text segment; make memory page filtering code more readable.
* npdm: rename KernelCapability enums; rename entry_value -> bitmask in all KernelCapability descriptor structs.
* tik: force byte-for-byte memory lookup while dumping volatile tickets.
* libs: update libusbhsfs to latest commit.
* codebase: add missing comments to some enums; add missing "None" and "Count" elements to some enums. "Count" entries from enums with bitmasks will only reflect the number of available bitmask values. Enums with hex values remain unchanged.
* PoC builds: use EXIT_SUCCESS and EXIT_FAILURE as return values.
* nxdt_rw_poc: move "end" jump label within main() to avoid a crash if utilsInitializeResources() fails; reflect changes in config.c.
2023-07-17 01:03:05 +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 bktr: refactor bktrRead*Storage() functions. 2023-05-31 15:36:21 +02:00
cert.c I'm a terrible person and an even worse developer. 2023-05-24 21:05:34 +02:00
cnmt.c Update copyright year 2023-04-08 13:42:22 +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 *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +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 Update copyright year 2023-04-08 13:42:22 +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 Update copyright year 2023-04-08 13:42:22 +02:00
nca.c *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
nca_storage.c poc: implement PFS dumping (user titles only). 2023-05-30 01:22:12 +02:00
npdm.c Update copyright year 2023-04-08 13:42:22 +02:00
nso.c Update copyright year 2023-04-08 13:42:22 +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 *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
nxdt_utils.c *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
pfs.c poc: implement PFS dumping (user titles only). 2023-05-30 01:22:12 +02:00
program_info.c Update copyright year 2023-04-08 13:42:22 +02:00
romfs.c Update copyright year 2023-04-08 13:42:22 +02:00
rsa.c Update copyright year 2023-04-08 13:42:22 +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 *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
title.c poc: implement PFS dumping (user titles only). 2023-05-30 01:22:12 +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