Unclaimed project
Are you a maintainer of fake-linker? Claim this project to take control of your public changelog and roadmap.
Changelog
Modify Android linker to provide loading module and hook function
Last updated 6 months ago
We now offer the new v3.1.0+ version with the following major updates:
libfakelinker.so files for different Android Api Levels. The internal function table now automatically adapts to different Android versions.FakeLinker. The current version number can be obtained via FakeLinker.get_fakelinker_version.fake-linker static library, allowing customization of fake-linker and usage of interfaces such as elf_reader.h, jni_helper.h, maps_util.h individually. This enables fake-linker to act as a hook module and reduces the number of so files.Java FakeLinker API. The new version no longer requires the Java API mandatorily; it can be deleted as needed. You can also customize the class name for dynamic registration of the Java API.