Windy
Windy
机型:Meizu pro6s, android 7.1.1, sansung S8 android 8.0 ``` XposedHelpers.findAndHookMethod("android.app.LoadedApk", classLoader, "makeApplication", boolean.class, Instrumentation.class, new XC_MethodHook() { @Override protected void beforeHookedMethod(MethodHookParam param) throws Throwable { Log.e("wind", "wind -- beforeHookedMethod LoadedApk...
2021-09-10 01:01:28.382 11566-11566/? I/DEBUG: pid: 6915, tid: 6915, name: com.lemon.lv >>> com.lemon.lv
具体报错日志: ``` 04-26 15:33:24.883 11775-11803/? E/Xposed: kotlin.KotlinNullPointerException at com.blanke.wechatbotxposed.hook.Classes$ChattingFooterEventImpl$2.invoke(Classes.kt:13) at com.blanke.wechatbotxposed.hook.Classes$ChattingFooterEventImpl$2.invoke(Classes.kt:10) at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:72) at kotlin.SynchronizedLazyImpl.getValue(Lazy.kt:131) at com.blanke.wechatbotxposed.hook.Classes.getChattingFooterEventImpl(Classes.kt) at com.blanke.wechatbotxposed.hook.SendMsgHooker$chattingFooterEventImplHook$1.invoke(SendMsgHooker.kt:50) at com.blanke.wechatbotxposed.hook.SendMsgHooker$chattingFooterEventImplHook$1.invoke(SendMsgHooker.kt:8) at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50) at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14) at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35) at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14) at...
If I want to modify the manifest file, not parse it, how can I do it with this library?
The original implementation of the trait is unable to correctly retrieve the arguments of a function, necessitating a rewrite. This includes two interfaces: `from_argument` and `from_retval`. To access a function's...