(opensource) windows写磁盘镜像(u盘, sdcard, 含分区表)
Linux下面直接dd在windows下要绕几个坑。。先上做法在target device上新建一个分区,占满整个disk假设分区代号\\.\W:,整盘代号\\.\PhysicalDrive99,下面开始打开vs写程序(需要windows.h等等)看磁盘代号打开Powershell 然后`wmic DISKDRIVE// 1. get volume
HANDLE hVolume = Crea...
前端打包论
介绍下工具babel / babel-browser.js就这些ES6, jsx标准等等,现代浏览器不认,我们得把写好的javascript脚本翻译成ES5年代的以兼容大部分浏览器(IE9+),就有了这个。babel-cli是一个专门的转换js文件的工具,将新语法的new.js转换成旧语法的compatibility.js文件,然后直接在HTML引用即可。babel-browser.js是一...
拆解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...