1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2025-02-03 15:25:01 +00:00
nxdumptool/source/core
Pablo Curiel 364b3f39dc romfs: use hash buckets for FS entry lookups.
* romfs: add hash bucket fields to RomFileSystemContext struct.
* romfs: remove current offset fields from RomFileSystemContext struct and all functions that relied on them.
* romfs: add romfsCalculateEntryHash().
* romfs: update romfsInitializeContext() to also load file/directory hash buckets.
* romfs: update romfsGetTotalDataSize() to make up for the removed functions.
* romfs: update romfsGetChild*EntryByName() functions to use hash bucket lookups.

Other changes include:

* devoptab: add missing exit macros to some FS operations across all interfaces.

* poc: update extractedRomFsReadThreadFunc() to make up for the removed RomFS functions.
2023-12-22 12:20:27 +01:00
..
aes.c
bfttf.c
bktr.c
cert.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
cnmt.c Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
config.c config: add configResetSettings(). 2023-11-26 22:54:25 +01:00
es.c
fs_ext.c Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
gamecard.c Custom devoptab wrappers (part 2). 2023-12-21 00:39:56 +01:00
hfs.c
http.c
keys.c I should really stop coding as soon as I arrive back home from work. 2023-11-04 12:38:09 +01:00
legal_info.c
lz4.c
mem.c
nacp.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
nca.c Fix building with latest libnx + QoL changes. 2023-11-03 02:22:47 +01:00
nca_storage.c
npdm.c
nso.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
nxdt_bfsar.c
nxdt_json.c
nxdt_log.c nxdt_utils: add more helpers. 2023-10-23 00:44:40 +02:00
nxdt_utils.c Custom devoptab wrappers (part 1). 2023-12-20 20:32:48 +01:00
pfs.c Custom devoptab wrappers (part 1). 2023-12-20 20:32:48 +01:00
program_info.c
romfs.c romfs: use hash buckets for FS entry lookups. 2023-12-22 12:20:27 +01:00
rsa.c poc: enable update option on ExeFS sections. 2023-12-17 19:03:08 +01:00
save.c
services.c
sha3.c
tik.c tik: recreate forged tickets from scratch if detected 2023-11-26 22:16:39 +01:00
title.c Custom devoptab wrappers (part 1). 2023-12-20 20:32:48 +01:00
ums.c Custom devoptab wrappers (part 1). 2023-12-20 20:32:48 +01:00
usb.c Custom devoptab wrappers (part 1). 2023-12-20 20:32:48 +01:00