增加java注入api,注入失败后尝试dlopen注册,兼容更多机型

This commit is contained in:
张晨
2024-10-10 14:47:03 +08:00
parent 5408de21e5
commit 08c7af5e1c
4 changed files with 90 additions and 26 deletions

View File

@@ -4,6 +4,6 @@ ext {
moduleName = "myinjector"
moduleAuthor = "jiqiu2021"
moduleDescription = "注入任意SO到指定APP内"
moduleVersion = "v0.01"
moduleVersion = "v0.02"
moduleVersionCode = 1
}