eleven-di

Results 4 issues of eleven-di

reflect bootstrap failed: java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invoke(Native Method) at me.weishu.reflection.BootstrapClass.(BootstrapClass.java:29) at me.weishu.reflection.BootstrapClass.exemptAll(BootstrapClass.java:72) at me.weishu.reflection.Reflection.unseal(Reflection.java:35) at com.example.hide.Main.onCreate(Main.java:13) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1226) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7036) at android.app.ActivityThread.access$1800(ActivityThread.java:253) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2183) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:233) at android.os.Looper.loop(Looper.java:344) at...

大佬是不是自己写了一套获取api的的接口,目前我找到的比较方便的方法是使用[FreeReflection](https://github.com/tiann/FreeReflection)这个库,但是他的说明里写支持到安卓14 但是我在12上还是反射失败了,不知道大佬的项目里有没有留有相关的接口,可以比较方便的调用,搜索了一下,发现都是使用jni来让系统无法识别调用栈,不知道大佬是不是也是这个思路,再次打扰大佬了

找了一圈,没找到对应的插件存放位置,也没找到对应的逻辑,希望大佬能给下思路,感谢