Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/json.chao.com.wanandroid-vof_11x63jX--a2QC0T2aQ==/base.apk"],nativeLibraryDirectories=[/data/app/json.chao.com.wanandroid-vof_11x63jX--a2QC0T2aQ==/lib/arm, /data/app/json.chao.com.wanandroid-vof_11x63jX--a2QC0T2aQ==/base.apk!/lib/armeabi-v7a, /system/lib, /product/lib]]] couldn't find "libdexposed.so" #119

Open
AndroidBody opened this issue Jul 21, 2020 · 0 comments

Comments

@AndroidBody
Copy link

DexposedBridge.hookAllConstructors(ImageView.class, new XC_MethodHook() {
@OverRide
protected void afterHookedMethod(MethodHookParam param) throws Throwable {
super.afterHookedMethod(param);
DexposedBridge.findAndHookMethod(ImageView.class, "setImageBitmap", Bitmap.class, new ImageHook());
}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant