拆解wechatPC CDN部分
参考Github项目:wechat4iPadPart0 下断点分析首先mars网络明文数据已知了,我们分析CDN部分。打开随便一个抓包工具,例如Wireshark,或者Microsoft Message Analyzer(快不能用了)这种,然后封堵https:443端口,使网络降级,然后我们发现请求端口为http:80。在wechatwin.dll::offset_C529F0处下断点,看注...
windows优雅的访问ext4
对比几个方案吧U盘启动一个iso临时访问一下占u盘 + UltraISO工具写iso不清楚是否需要管理员权限PXEBOOT 使用 https://fogproject.org也是临时访问一下有docker可以直接用例如找个最新的吧 eddie303/fogproject无需管理员权限windows下的工具,ext2explorer.exe直接运行exe需管理员权限编译需要 QT for wi...
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...
wechatwin.dll细则若干
微信2.6.8.68sha1(WeChatWin.dll) = 2E9417F4276B12FE32CA7B4FEE49272A4A2AF334打开log参考: https://s7so.com/article/100.html需要准备:x64dbg/ida等等debug工具微信Mars源码 https://github.com/Tencent/mars按照参考文章,需要sg_console...
cmake, HOW TO
有时就该放弃幻想CMake使用技巧合集我们需要引第三方库的时候,有几个法子:add_subdirectory(subprojectfolder)include(findRapidJson.cmake) -> findRapidJson()ExternalProject_Add(childproject ...)最后一个:ExternalProject_Add是万金油写法,指执行外部脚本...