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

hook数据库mm无响应 #18

Open
hanq opened this issue Jun 13, 2018 · 2 comments
Open

hook数据库mm无响应 #18

hanq opened this issue Jun 13, 2018 · 2 comments

Comments

@hanq
Copy link

hanq commented Jun 13, 2018

机型:Nexus 6
MM版本:6.6.3
Android版本:8.1

不管是IMessageStorageHook还是IDatabaseHook都会直接造成微信ANR。
调用方式使用的Java方式,只是简单的实现了一下 XposedBridge.log

@bebetter1030
Copy link

bebetter1030 commented Aug 21, 2018

快速上手

添加Xposed基础库
打开app/build.gradle脚本,在dependencies结尾部分添加如下依赖:

dependencies {
    //noinspection GradleDependency
    compileOnly 'de.robv.android.xposed:api:53'
    compileOnly 'de.robv.android.xposed:api:53:sources'
}

检查xposed依赖是否写成了compile

@hanq
Copy link
Author

hanq commented Sep 13, 2018

快速上手

添加Xposed基础库
打开app/build.gradle脚本,在dependencies结尾部分添加如下依赖:

dependencies {
    //noinspection GradleDependency
    compileOnly 'de.robv.android.xposed:api:53'
    compileOnly 'de.robv.android.xposed:api:53:sources'
}

检查xposed依赖是否写成了compile

这里没问题的,我是对照着文档做的。已经自己实现了hook数据库,还是感谢本库提供的hook位置

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