Skip to content

Commit 13e5519

Browse files
Merge branch 'main' of github.com:sanfengAndroid/fake-linker
2 parents 847e28d + a422994 commit 13e5519

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We now offer the new v3.0.0+ version with the following major updates:
1717

1818
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.
1919
2. Introduced a stable C/C++ [FakeLinker](library/src/main/cpp/include/fake_linker.h) 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`.
20-
3. Added support for the `fake-linker` static library, allowing customization of `fake-linker` and usage of interfaces such as [elf_reader.h](library/src/main/cpp/include/elf_reader.h), [jni_helper.h](library/src/main/cpp/include/elf_reader.h), [maps_util.h](library/src/main/cpp/include/maps_util.h) individually. This enables `fake-linker` to act as a hook module and reduces the number of `so` files.
20+
3. Added support for the `fake-linker` static library, allowing customization of `fake-linker` and usage of interfaces such as [elf_reader.h](library/src/main/cpp/include/elf_reader.h), [jni_helper.h](library/src/main/cpp/include/jni_helper.h), [maps_util.h](library/src/main/cpp/include/maps_util.h) individually. This enables `fake-linker` to act as a hook module and reduces the number of `so` files.
2121
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`.
2222

2323
Below is the description for the sub-projects:
@@ -86,6 +86,7 @@ Below is the description for the sub-projects:
8686
FetchContent_Declare(
8787
fakelinker
8888
GIT_REPOSITORY https://github.com/sanfengAndroid/fake-linker.git
89+
GIT_TAG main
8990
SOURCE_SUBDIR library/src/main/cpp
9091
)
9192

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
FetchContent_Declare(
8888
fakelinker
8989
GIT_REPOSITORY https://github.com/sanfengAndroid/fake-linker.git
90+
GIT_TAG main
9091
SOURCE_SUBDIR library/src/main/cpp
9192
)
9293

0 commit comments

Comments
 (0)