Skip to content

Releases: sanfengAndroid/fake-linker

v3.1.0

14 Jun 15:16
Compare
Choose a tag to compare

We now offer the new v3.1.0+ version with the following major updates:

  1. Removed the need for different libfakelinker.so files for different Android Api Levels. The internal function table now automatically adapts to different Android versions.
  2. Introduced a stable C/C++ FakeLinker function table. Future versions guarantee backward compatibility and will not change the function pointer offsets of FakeLinker. The current version number can be obtained via FakeLinker.get_fakelinker_version.
  3. Added support for the 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.
  4. Optional 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.

Modify Android linker to provide loading module and hook function.

20 Jan 04:07
Compare
Choose a tag to compare
v1.0

Optimize packaging and reduce module size