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是万金油写法,指执行外部脚本...
nginx add_header not working
See this conf first:location /i/ {
add_header X-Frame-Options "SAMEORIGIN" always;
if ($uri ~ "^/i/([0-9a-zA-Z]*)([/]{0,1})$") {
set $id $1;
add_header Set-Cookie "...