拆解wechatPC CDN部分
参考Github项目:wechat4iPadPart0 下断点分析首先mars网络明文数据已知了,我们分析CDN部分。打开随便一个抓包工具,例如Wireshark,或者Microsoft Message Analyzer(快不能用了)这种,然后封堵https:443端口,使网络降级,然后我们发现请求端口为http:80。在wechatwin.dll::offset_C529F0处下断点,看注...
Microsoft Detours (always) show ERROR 9 ERROR_INVALID_BLOCK
Environment:VS 2019x64dbgI use visual studio to compile a dll and run an injector to attach this dll to target thread, the target thread debugged by x64dbg.And I use detour to hack it, when I try t...