Gh0u1L5
Gh0u1L5
这个严格来讲是Xposed的问题,但是准备在这里留一个备案。 Reference: https://github.com/rovo89/Xposed/issues/247 日志记录: Build fingerprint: 'Xiaomi/gemini/gemini:7.0/NRD90M/7.10.26:user/release-keys' Revision: '0' ABI: 'arm' pid: 3801, tid: 3812, name: HeapTaskDaemon >>> com.tencent.mm:recovery
同样的代码在Android 6环境下正常工作,在三星S6 Edge + Android 7.0环境下却会造成ART崩溃,并间接导致微信卡死、无法响应任何事件。日志中出现的错误信息大致为 (art/runtime/stack.cc: 205) Failed to read the this object in com.gh0u1l5.wechatmagician.backend.plugins.SnsUI.setItemLongPressPopupMenu 在读过ART的[对应代码](https://android.googlesource.com/platform/art/+/nougat-dev/runtime/stack.cc)之后,目前采取的应对措施是,在handleLoadPackage内调用的函数全部转换成inline或static函数,无法转换而又不太重要的函数就暂时删除。该方案暂时绕过了问题,但是现在还是不清楚问题源头到底在哪里。
pan.baidu.com.py 里面的包括quota、meta在内的相当一部分API调用现在好像一直在返回errno -6?试了国内和国外两种网络环境,都是一样的情况。而且因为quota这样的API也调用失败了所以登录也登录不上。
Hi, my friend reported an interesting crash that happens when he loads two modules hooking the same app. I suspect there are some race conditions which we doesn't handle correctly...
Consider the following fbs definitions: _package/type.fbs_ ``` namespace root.package; table Type {} ``` _union.fbs_ ``` include "./package/type.fbs"; namespace root; union Union { package.Type, } ``` One would expect it to...
适配最新版微信
我这边这个fork用了完全不同的思路实现防撤回,目前支持到最新版微信还有朋友圈动态、朋友圈评论的防删除。 但是因为整个结构都已经面目全非了,merge起来很难受,所以暂时放弃了, @rarnu 有兴趣的话可以看一下。 https://github.com/Gh0u1L5/wechat_no_revoke
Current transport/middleware design works well with native Go HTTP libraries. However, if I want to use some modern HTTP libraries like gin-gonic or resty, the user experience becomes a disaster....
Currently the verifier uses a self-constructed "@signature-params" when verifying the signature. However, the order of signature params is not strictly defined in the standard. For example, the following example is...