forked from PerformanC/ReZygisk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge: Clean up injection traces of ReZygisk (PerformanC#101)
This merge commit merges the Pull Request by JingMatrix that cleans up the rest of detection points of ReZygisk in non-KSU environments.
- Loading branch information
Showing
8 changed files
with
182 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "loader/src/external/lsplt"] | ||
path = loader/src/external/lsplt | ||
url = https://github.com/LSPosed/lsplt | ||
url = https://github.com/JingMatrix/LSPlt |
Submodule lsplt
updated
15 files
+18 −28 | .github/workflows/build.yml | |
+6 −5 | .github/workflows/maven.yml | |
+2 −2 | .github/workflows/pages.yml | |
+2 −2 | README.md | |
+4 −4 | build.gradle.kts | |
+ − | gradle/wrapper/gradle-wrapper.jar | |
+2 −1 | gradle/wrapper/gradle-wrapper.properties | |
+17 −12 | gradlew | |
+10 −10 | gradlew.bat | |
+8 −2 | lsplt/build.gradle.kts | |
+6 −0 | lsplt/src/main/jni/elf_util.cc | |
+3 −1 | lsplt/src/main/jni/include/lsplt.hpp | |
+18 −12 | lsplt/src/main/jni/lsplt.cc | |
+2 −2 | settings.gradle.kts | |
+5 −4 | test/build.gradle.kts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.