AndHook
AndHook copied to clipboard
Android dynamic instrumentation framework
AndHook Crashed on phone 64 bit. On 32 bit working
I searched a lot, but could not find libAK.so and libAKCompat.so source code, can you share or pm me?
inner exception test... q->a k->a q->b before q->b q->c q->d before q->d q->e k->e q->f q->d exception java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: test at andhook.test.InnerException$q.d(Unknown Source:21) at java.lang.reflect.Method.invoke(Native Method) at andhook.lib.AndHook.invoke(Native Method) at...
寻求 andhook 二次
The demo project works great, but there is zero documentation and so I am really struggling to figure out how to use the code. One thing I'd like to do...
XposedCompat.cacheDir = getCacheDir(); XposedCompat.context = this; XposedCompat.classLoader = getClassLoader(); XposedCompat.isFirstApplication = true; XposedHelpers.findAndHookMethod(ContextWrapper.class, "getPackageName", new XC_MethodHook() { @Override protected void beforeHookedMethod(MethodHookParam param) throws Throwable { super.beforeHookedMethod(param); Log.e("XposedCompat", "beforeHookedMethod: " +...
XposedCompat.cacheDir = getCacheDir(); XposedCompat.context = this; XposedCompat.classLoader = getClassLoader(); XposedCompat.isFirstApplication = true; XposedHelpers.findAndHookMethod(ContextWrapper.class, "getPackageName", new XC_MethodHook() { @Override protected void beforeHookedMethod(MethodHookParam param) throws Throwable { super.beforeHookedMethod(param); Log.e("XposedCompat", "beforeHookedMethod: " +...
xposed能在一个app中hook另一个app中的方法,我发现andhook中的相关模块删减掉了xposed中的一部分方法,如IXposedHookLoadPackage,XC_LoadPackage等。如题,求解答0.0