You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 months ago | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 7 months ago | |
| LICENSE | 7 months ago | |
| README.md | 7 months ago | |
| android_linker_ns.cpp | 7 months ago | |
| android_linker_ns.h | 7 months ago | |
| elf_soname_patcher.cpp | 7 months ago | |
| elf_soname_patcher.h | 7 months ago | |
README.md
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.