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

微信6.6.7Hook部分模块失败 #69

Open
cxj110 opened this issue Jul 2, 2018 · 0 comments
Open

微信6.6.7Hook部分模块失败 #69

cxj110 opened this issue Jul 2, 2018 · 0 comments

Comments

@cxj110
Copy link

cxj110 commented Jul 2, 2018

请根据你的需求按对应模板填写问题,不按模板发的 issue 将可能被直接关闭。

Bug反馈模板

  1. issue 标题请使用[Bug]XXXXXXX

    例子: [Bug]无法转发链接给朋友

  2. 我当前的基本环境信息是

    • 手机型号:小米 MI 4LTE
    • Android 版本:6.0.1,API23
    • Xposed 版本:Version 89
    • Wechat 版本:6.6.7
    • Wechat Magician版本:2.8.0
  3. 你遇到的问题是什么?(请描述完整操作与具体现象)
    无法获取聊天消息,群聊消息等

wechatimg1

  1. Bug 触发后生成的 Xposed 日志
07-02 17:18:36.963 I/Xposed  ( 5260): FILE => Read /data/user/0/com.tencent.mm/MicroMsg/3b3ce951bbad58a57bc08602b0f36178/normsg/normsg_stat.bin
07-02 17:18:41.640 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.640 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.mm.ui.tools.Classes.getActionBarEditText(Classes.kt)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.SearchBar$SearchBarHooker$1.invoke(SearchBar.kt:29)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.SearchBar$SearchBarHooker$1.invoke(SearchBar.kt:16)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.640 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.657 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.657 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.mm.ui.conversation.Classes.getConversationWithCacheAdapter(Classes.kt)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Adapters$onConversationWithCacheAdapterCreateHooker$1.invoke(Adapters.kt:49)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Adapters$onConversationWithCacheAdapterCreateHooker$1.invoke(Adapters.kt:17)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.657 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.664 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.664 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.mm.ui.contact.Classes.getAddressAdapter(Classes.kt)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Adapters$onAddressAdapterCreateHooker$1.invoke(Adapters.kt:34)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Adapters$onAddressAdapterCreateHooker$1.invoke(Adapters.kt:17)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.664 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.810 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.810 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.mm.sdk.platformtools.Methods.getXmlParser_parse(Methods.kt)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.XmlParser$onXmlParseHooker$1.invoke(XmlParser.kt:24)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.XmlParser$onXmlParseHooker$1.invoke(XmlParser.kt:11)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.810 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.820 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.820 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.wcdb.database.Classes.getSQLiteDatabase(Classes.kt)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onDeleteHooker$1.invoke(Database.kt:158)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onDeleteHooker$1.invoke(Database.kt:15)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.820 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.830 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.830 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.wcdb.database.Classes.getSQLiteDatabase(Classes.kt)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onExecuteHooker$1.invoke(Database.kt:186)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onExecuteHooker$1.invoke(Database.kt:15)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.830 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.850 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.850 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.mm.ui.conversation.Classes.getConversationLongClickListener(Classes.kt)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.MenuAppender$onPopupMenuForConversationsCreateHooker$1.invoke(MenuAppender.kt:115)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.MenuAppender$onPopupMenuForConversationsCreateHooker$1.invoke(MenuAppender.kt:21)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.850 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.870 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.870 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.mm.ui.contact.Classes.getContactLongClickListener(Classes.kt)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.MenuAppender$onPopupMenuForContactsCreateHooker$1.invoke(MenuAppender.kt:79)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.MenuAppender$onPopupMenuForContactsCreateHooker$1.invoke(MenuAppender.kt:21)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.870 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.880 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.880 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.mm.storage.Methods.getMsgInfoStorage_insert(Methods.kt)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Storage$onMessageStorageInsertHooker$1.invoke(Storage.kt:42)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Storage$onMessageStorageInsertHooker$1.invoke(Storage.kt:16)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.880 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.920 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.920 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.wcdb.database.Classes.getSQLiteDatabase(Classes.kt)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onInsertHooker$1.invoke(Database.kt:94)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onInsertHooker$1.invoke(Database.kt:15)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.920 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.940 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.940 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.wcdb.database.Classes.getSQLiteDatabase(Classes.kt)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onOpenHooker$1.invoke(Database.kt:34)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onOpenHooker$1.invoke(Database.kt:15)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.940 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:41.943 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:41.943 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.wcdb.database.Classes.getSQLiteDatabase(Classes.kt)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onQueryHooker$1.invoke(Database.kt:60)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onQueryHooker$1.invoke(Database.kt:15)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:41.943 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:42.274 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:42.274 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.mm.ui.Classes.getMMActivity(Classes.kt)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Activities$onCreateOptionsMenuHooker$1.invoke(Activities.kt:28)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Activities$onCreateOptionsMenuHooker$1.invoke(Activities.kt:14)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:42.274 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:42.278 E/Xposed  ( 5260): java.lang.Error: Invalid wxClasses
07-02 17:18:42.278 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.WechatGlobal$wxLazy$2.invoke(WechatGlobal.kt:77)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at kotlin.SafePublicationLazyImpl.getValue(Lazy.kt:194)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.mirror.com.tencent.wcdb.database.Classes.getSQLiteDatabase(Classes.kt)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onUpdateHooker$1.invoke(Database.kt:124)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.hookers.Database$onUpdateHooker$1.invoke(Database.kt:15)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:50)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$postHooker$1$1.invoke(XposedUtil.kt:14)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:35)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.XposedUtil$tryHook$2.invoke(XposedUtil.kt:14)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:36)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at com.gh0u1l5.wechatmagician.spellbook.util.BasicUtil$tryAsynchronously$1.invoke(BasicUtil.kt:12)
07-02 17:18:42.278 E/Xposed  ( 5260): 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)
07-02 17:18:44.915 I/Xposed  ( 5260): FILE => Read /data/user/0/com.tencent.mm/app_tbs/share/miniqb/coreinstall.txt

功能请愿模板

  1. issue标题请使用[Feature]希望群消息和一对一消息的收发及群成员和一对一好友的管理

  2. 我需要的功能是:(请描述完整,最好能说明该功能的必要性)

  3. 兼容微信6.6.+版本。

  4. 群的管理,创建群,拉/踢好友,被拉好友链接确认。

  5. 群成员的管理。

  6. 群消息的收发。

  7. 个人好友的管理,添加删除好友。

  8. 个人好友申请的发送和确认。

  9. 朋友圈的收发。

  10. 用户名和密码的API登录。

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