eden-miror/src/core/loader
lizzie 06a08de68a
[core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639)
also changes some methods to std::span<> as well, but mainly std::vector<> in the NSO/KIP loading stuff is not needed to be memcpy'ed and memmove'd around
this should save a marginal amount of loading time (RDR1)

Signed-off-by: lizzie <lizzie@eden-emu.dev>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3639
Reviewed-by: DraVee <dravee@eden-emu.dev>
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-02-28 01:06:33 +01:00
..
deconstructed_rom_directory.cpp [core/loader] Implement a bit improper ASLR (#2945) 2025-11-04 22:35:34 +01:00
deconstructed_rom_directory.h core: improve debug workflow 2023-09-14 16:44:15 -04:00
kip.cpp [core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639) 2026-02-28 01:06:33 +01:00
kip.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
loader.cpp [common] replace Common::(DerivedFrom, IsArithmetic, Size, ConvertibleTo, IsIntegral) with libstdc++ equivalents (#290) 2025-11-07 17:03:01 +01:00
loader.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
nax.cpp vfs: expand support for NCA reading 2023-08-15 17:47:25 -04:00
nax.h vfs: expand support for NCA reading 2023-08-15 17:47:25 -04:00
nca.cpp [crypto] Atomize all traces of MbedTLS, and require OpenSSL 3+ (#3606) 2026-02-23 02:50:13 +01:00
nca.h core: implement basic integrity verification 2023-09-06 16:49:27 -04:00
nro.cpp [core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639) 2026-02-28 01:06:33 +01:00
nro.h arm: Implement native code execution backend 2023-11-25 00:46:47 -05:00
nso.cpp [core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639) 2026-02-28 01:06:33 +01:00
nso.h core: Support multiple modules per patcher 2024-01-15 00:46:05 +02:00
nsp.cpp loader: also register fs process for raw exefs partition 2024-01-23 00:01:38 -05:00
nsp.h core: implement basic integrity verification 2023-09-06 16:49:27 -04:00
xci.cpp fsp-srv: use program registry for SetCurrentProcess 2024-01-11 11:28:52 -05:00
xci.h core: implement basic integrity verification 2023-09-06 16:49:27 -04:00