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 f82d7a3db4 Small code refactor (part 2).
* Rewrote mutex handling throughout the code to use a small, macro-based scoped lock implementation.

* Removed extern variables from common.h - launch path management is now completely handled in utils.c.

* Updated NpdmSystemCallId_Count to reflect changes introduced in 12.0.0.

* Added NcaMainSignatureKeyGeneration enum.

* NCA main signature moduli are now retrieved from FS .rodata at runtime.

* Simplified lock management in usb.c by using a single global mutex with scoped locks instead of three different r/w locks.

* Updated FatFs to R0.14b.

* Enabled 64-bit LBA support in FatFs to potentially support custom eMMC replacements / resized USER partitions in the future.

* Updated LZ4 to v1.9.3.

* Fixed typos.

* USB gamecard dumper PoC now only dumps the Initial Data area.

* Updated to-do list.
2021-05-18 08:32:43 -04:00
..
aes.h Modified NCA key area handling + restored PoC building. 2021-04-25 19:10:34 -04:00
bfttf.h Use legacy Borealis fork + add files from the legacy Borealis example. 2021-03-30 15:30:10 -04:00
bktr.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
cert.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
cnmt.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
common.h Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
crc32_fast.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
elf_symbol.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
es.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
fs_ext.h Update fs_ext.h 2021-04-07 10:30:55 -04:00
gamecard.h Support HOS 12.0.x. 2021-04-20 18:43:37 -04:00
hfs.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
keys.h Small code refactor. 2021-05-11 02:00:33 -04:00
legal_info.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
lz4.h Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
mem.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
nacp.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
nca.h Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
npdm.h Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
nso.h Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
nxdt_log.h Some changes. 2021-03-29 14:27:35 -04:00
nxdt_utils.h Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
pfs.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
program_info.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
romfs.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
rsa.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
save.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
service_guard.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
services.h Small code refactor. 2021-05-11 02:00:33 -04:00
signature.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
tik.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
title.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
ums.h Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
usb.h Small code refactor (part 2). 2021-05-18 08:32:43 -04:00