eden/externals/libadrenotools/lib/linkernsbypass
swurl 2a8ff1a59c use faster submodule urls (github etc) (#143)
Signed-off-by: swurl <swurl@swurl.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/143
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
2025-05-31 19:09:48 +00:00
..
android_linker_ns.cpp use faster submodule urls (github etc) (#143) 2025-05-31 19:09:48 +00:00
android_linker_ns.h use faster submodule urls (github etc) (#143) 2025-05-31 19:09:48 +00:00
CMakeLists.txt use faster submodule urls (github etc) (#143) 2025-05-31 19:09:48 +00:00
elf_soname_patcher.cpp use faster submodule urls (github etc) (#143) 2025-05-31 19:09:48 +00:00
elf_soname_patcher.h use faster submodule urls (github etc) (#143) 2025-05-31 19:09:48 +00:00
LICENSE use faster submodule urls (github etc) (#143) 2025-05-31 19:09:48 +00:00
README.md use faster submodule urls (github etc) (#143) 2025-05-31 19:09:48 +00:00

Android Linker Namespace Bypass Library

Provides access to the hidden linker namespace functionality in Android 9+ and exposes an interface for hooking libraries similar to a runtime equivalent of LD_PRELOAD.
See the android_linker_ns.h header for an API reference.

Support

Android 9+
Arm64

Android 8 and arm32 could be supported with some trivial changes, feel free to open an issue if you have a use for this library on either of them.