Giter VIP home page Giter VIP logo

Comments (10)

wayu002 avatar wayu002 commented on June 25, 2024

麻烦提供一下详细信息吧:
手机型号:
微信版本:
支付宝版本:
崩溃信息:
等等

from alipayqrhook.

QixianWu avatar QixianWu commented on June 25, 2024

麻烦提供一下详细信息吧:
手机型号:
微信版本:
支付宝版本:
崩溃信息:
等等

MX4 4.4.2
微信版本 支付宝 都跟你的一样。
支付宝的话,我用的是Xposed,然后一开始支付宝检测到xposed强退支付宝,我把检测方法replace了,点击生成Toast:生成二维码失败。不知道为什么失败。
微信的话是闪退,生成二维码会闪退。
报空指针,研究了一下午也没找到那里没初始化。。。

Xposed日志:
'Meizu/meizu_mx4/mx4:4.4.2/KOT49H/m75.Flyme_OS_4.2.8.2.20150422020016:user/release-keys'
Loading modules from /data/app/wy.experiment.xposed-1.apk
Loading class wy.experiment.xposed.MainIntercept
MainIntercept====> package: com.eg.android.AlipayGphone, process: com.eg.android.AlipayGphone:push
MainIntercept====> package: com.eg.android.AlipayGphone, process: com.eg.android.AlipayGphone:tools
MainIntercept====> package: com.tencent.mm, process: com.tencent.mm:exdevice
MainIntercept====> package: com.tencent.mm, process: com.tencent.mm:push
MainIntercept====> WeChatCracker true
MainIntercept====> package: com.tencent.mm, process: com.tencent.mm
java.lang.NullPointerException
at wy.experiment.xposed.util.QRTool.sendQRComplete(QRTool.java:90)
at wy.experiment.xposed.wechat.WeChatCracker.qrCodeGenerated(WeChatCracker.java:89)
at wy.experiment.xposed.wechat.WeChatQR.notifyQRFailed(WeChatQR.java:125)
at wy.experiment.xposed.wechat.WeChatQR.handleLoadPackage(WeChatQR.java:85)
at wy.experiment.xposed.wechat.WeChatCracker$1.afterHookedMethod(WeChatCracker.java:104)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:645)
at com.tencent.tinker.loader.app.TinkerApplication.attachBaseContext(Native Method)
at android.app.Application.attach(Application.java:181)
at android.app.Instrumentation.newApplication(Instrumentation.java:1009)
at android.app.Instrumentation.newApplication(Instrumentation.java:993)
at android.app.LoadedApk.makeApplication(LoadedApk.java:511)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4547)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ActivityThread.handleBindApplication(Native Method)
at android.app.ActivityThread.access$1500(ActivityThread.java:155)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1400)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:5332)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:829)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:645)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)

from alipayqrhook.

wayu002 avatar wayu002 commented on June 25, 2024

微信是6.6.7吗,我感觉好像是hook方法的时候crash的,支付宝目前每天最多生成20次就不行了,魅族的手机还真没有,等我找到机器测试一下

from alipayqrhook.

QixianWu avatar QixianWu commented on June 25, 2024

微信是6.6.7吗,我感觉好像是hook方法的时候crash的,支付宝目前每天最多生成20次就不行了,魅族的手机还真没有,等我找到机器测试一下

微信版本是6.6.7。支付宝没成功过,应该不是次数限制的问题。

from alipayqrhook.

QixianWu avatar QixianWu commented on June 25, 2024

微信是6.6.7吗,我感觉好像是hook方法的时候crash的,支付宝目前每天最多生成20次就不行了,魅族的手机还真没有,等我找到机器测试一下

对QRTool.sendQRComplete的service判空后,xposed没报错误了,插件也不闪退了,但是和支付宝一样生成二维码失败。

from alipayqrhook.

wayu002 avatar wayu002 commented on June 25, 2024

在WeChatQR.java->handleLoadPackage->afterHookedMethod中加日志,看一下在哪crash退出的

from alipayqrhook.

yeminghua avatar yeminghua commented on June 25, 2024

微信是6.6.7吗,我感觉好像是hook方法的时候crash的,支付宝目前每天最多生成20次就不行了,魅族的手机还真没有,等我找到机器测试一下

对QRTool.sendQRComplete的service判空后,xposed没报错误了,插件也不闪退了,但是和支付宝一样生成二维码失败。

解决了没有啊,华为的也闪退,微信自己就闪退

from alipayqrhook.

QixianWu avatar QixianWu commented on June 25, 2024

微信是6.6.7吗,我感觉好像是hook方法的时候crash的,支付宝目前每天最多生成20次就不行了,魅族的手机还真没有,等我找到机器测试一下

对QRTool.sendQRComplete的service判空后,xposed没报错误了,插件也不闪退了,但是和支付宝一样生成二维码失败。

解决了没有啊,华为的也闪退,微信自己就闪退

微信方面解决了,能生成二维码,版本6.6.7。
之前我是在android 4.4.2上操作了,现在更换了android 6.0,目测是xposed对5.0以下不兼容。
闪退你看一下日志报什么错误。

from alipayqrhook.

yeminghua avatar yeminghua commented on June 25, 2024

对QRTool.sendQRComplete的service判空后,xposed没报错误了,插件也不闪退了,但是和支付宝一样生成二维码失败。

解决了没有啊,华为的也闪退,微信自己就闪退

微信方面解决了,能生成二维码,版本6.6.7。
之前我是在android 4.4.2上操作了,现在更换了android 6.0,目测是xposed对5.0以下不兼容。
闪退你看一下日志报

微信自己本身闪退你是怎么解决的呢

from alipayqrhook.

QixianWu avatar QixianWu commented on June 25, 2024

对QRTool.sendQRComplete的service判空后,xposed没报错误了,插件也不闪退了,但是和支付宝一样生成二维码失败。

解决了没有啊,华为的也闪退,微信自己就闪退

微信方面解决了,能生成二维码,版本6.6.7。
之前我是在android 4.4.2上操作了,现在更换了android 6.0,目测是xposed对5.0以下不兼容。
闪退你看一下日志报

微信自己本身闪退你是怎么解决的呢

对QRTool.sendQRComplete判空
if (service != null){
service.send(msg);
}
印象中是这样

from alipayqrhook.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.