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 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.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 *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
cnmt.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02: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 *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
gamecard.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +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 *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 *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
nca_storage.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
npdm.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +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 *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +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 *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +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 *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +02:00
tik.h *FormattedStringToBuffer: relax input validation 2023-07-17 01:03:05 +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