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

将WanAndroidApp 中的Hook打开,跑不起来,直接Crash #109

Open
ldlywt opened this issue Feb 5, 2020 · 1 comment
Open

将WanAndroidApp 中的Hook打开,跑不起来,直接Crash #109

ldlywt opened this issue Feb 5, 2020 · 1 comment

Comments

@ldlywt
Copy link

ldlywt commented Feb 5, 2020

请问将WanAndroidApp 中的Hook打开,跑不起来,直接Crash ,请问什么原因 ?
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()); } });

@JsonChao
Copy link
Owner

Thank your issue,项目中进行了多个维度的包体积优化,可能是有些优化项跟 epic 框架起了冲突,之后版本代码会有大的优化的~

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

2 participants