随笔分类 -  其他

摘要:圣诞节和复活节期间 x64dbg 会显示节庆图标 关闭 对应x64dbg.ini配置文件中: …… [Gui] NoSeasons=1 …… NoSeasons Set to 1 to disable easter eggs and Christmas icons. 对应源码 \src\gui\Sr 阅读全文
posted @ 2025-12-25 16:58 DirWangK 阅读(47) 评论(0) 推荐(0)
摘要:Air720、asr1802/1803、pxa1802 Marvell MIFI 目录Air720、asr1802/1803、pxa1802 Marvell MIFIWEB UI Server 的工作流程结合实例介绍Webserver工作方式(1) 解析到此次请求为get file请求,(2) 如果 阅读全文
posted @ 2025-06-14 23:45 DirWangK 阅读(201) 评论(0) 推荐(0)
摘要:【机翻】Reverse Engineering Call Of Duty Anti-Cheat 逆向工程《使命召唤》反作弊系统 原文:逆向工程 Call Of Duty 反作弊 // ssno Reverse Engineering Call Of Duty Anti-Cheat // ssno J 阅读全文
posted @ 2025-02-15 11:07 DirWangK 阅读(521) 评论(0) 推荐(0)
摘要:土豆兄弟(Brotato) mod--初始属性修改 目录土豆兄弟(Brotato) mod--初始属性修改mod 文件结构manifest.jsonmod_main.gdplayer_run_data.gdbrotato加载mod流程_init_load_mods_load_mod_zipsload 阅读全文
posted @ 2025-01-11 21:57 DirWangK 阅读(2884) 评论(0) 推荐(0)
摘要:https://artemonsecurity.com/windows_rootkits.pdf https://artemonsecurity.com/rootkits_bootkits_v2.pdf 阅读全文
posted @ 2024-08-01 19:41 DirWangK 阅读(57) 评论(0) 推荐(0)
摘要:原文链接:https://artemonsecurity.blogspot.com/2024/05/windows-bootkits-guide.html Windows Bootkit 指南 There are two main sections in the article, an infogr 阅读全文
posted @ 2024-05-17 17:08 DirWangK 阅读(354) 评论(0) 推荐(0)
摘要:补充记录资源站,备忘 目录安全资讯样本分析/逆向工程博客议题资源 安全资讯 https://github.com/Tyaoo/picker 一个方便获取每日安全资讯的爬虫和推送程序 https://www.sec-wiki.com/index.php SecWiki一直致力于提供最新、最专业的安全资 阅读全文
posted @ 2023-10-31 20:31 DirWangK 阅读(85) 评论(0) 推荐(0)
摘要:环境变量: _NT_SYMBOL_PATH SRV*D:\mypdb*http://msdl.microsoft.com/download/symbols D:\mypdb 是缓存路径 阅读全文
posted @ 2022-04-17 16:26 DirWangK 阅读(103) 评论(0) 推荐(0)
摘要:java手机游戏-彩虹城堡1.2.3 满满的童年回忆 链接: https://pan.baidu.com/s/10u_kPRRvoLlUvH-3eQ6iAg?pwd=5zgq 提取码: 5zgq 复制这段内容后打开百度网盘手机App,操作更方便哦 jar包中关注bin文件 property.bin内 阅读全文
posted @ 2022-02-11 20:43 DirWangK 阅读(621) 评论(0) 推荐(0)
摘要:管理员cmd执行 netsh int ipv4 set dynamicport tcp start=30000 num=20000 重启 https://github.com/2dust/*****N/issues/351 https://www.cnblogs.com/lonelyisland/p 阅读全文
posted @ 2021-12-18 22:38 DirWangK 阅读(4542) 评论(0) 推荐(0)
摘要:Get-ChildItem "C:\Windows\System32\*.exe" | Select-String -pattern "<autoElevate>true</autoElevate>" bthudtask.exe:81: <autoElevate>true</autoElevate> 阅读全文
posted @ 2021-08-30 14:15 DirWangK 阅读(144) 评论(0) 推荐(0)
摘要:powershell管理员打开 Get-ChildItem -Path "C:\Windows\servicing\Packages\*" | Where-Object{($_.Name -like "Microsoft-Windows-GroupPolicy-ClientExtensions-Pa 阅读全文
posted @ 2021-05-19 09:30 DirWangK 阅读(101) 评论(0) 推荐(0)
摘要:如果你在很年轻的时候,就遭受到了失败,一定要把它当作老天送你的礼物。如果等到四十岁再失败,你会经受不起的。为什么年纪越大,走路越小心,因为越来越经不起跌倒了。 阅读全文
posted @ 2020-09-23 14:07 DirWangK 阅读(138) 评论(0) 推荐(0)
摘要:我在 Windows 电脑上修改了 mongo.cfg 文件后 执行 net start mongodb 的时候,命令行出现了这个报错。 这个报错,有几种情况可以进行排查 1. 你的 mongod 命令的参数中,路径是否正确,比如 mongod --config "f:\mongodb\db" 是否 阅读全文
posted @ 2020-09-04 13:36 DirWangK 阅读(6560) 评论(0) 推荐(0)
摘要:编写了一个IDA64插件,结果再打开IDA后报错fatal error before kernel init,然后闪退。 检查了一遍代码没发现有问题,后来发现是环境有一处配置错误, IDA64.exe插件环境配置: 1、调试器设置,用来调试插件。 2、头文件包含 3、预处理器 4、链接依赖库 5、 阅读全文
posted @ 2020-08-14 12:27 DirWangK 阅读(695) 评论(0) 推荐(0)
摘要:win+r运行 regedit HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 修改NoRecycleFiles值为0,重启电脑 重启电脑后回收站可进行设置 阅读全文
posted @ 2020-08-03 18:36 DirWangK 阅读(352) 评论(0) 推荐(0)
摘要:1、管理-->设置 2、申请js权限, (这是申请通过之后) 3、页面HTML代码 <script type="text/javascript" charset="utf-8" async="" src="https://cdn.jsdelivr.net/npm/live2d-widget@3.0. 阅读全文
posted @ 2020-07-29 19:14 DirWangK 阅读(1032) 评论(0) 推荐(1)
摘要:CreateProcess(TEXT("C:\\Program Files(x86)\\Internet Explorer\\iexplore.exe"), NULL, NULL, NULL, FALSE, 0, NULL, NULL, &startinfo, &proinfo); 得到一个无效的p 阅读全文
posted @ 2020-03-01 17:24 DirWangK 阅读(89) 评论(0) 推荐(0)
摘要:使用symchk.exe 逐层下载c:\windows\system32下的pdb文件 symchk /r c:\windows\system32 /s SRV*D:\mypdb\*http://msdl.microsoft.com/download/symbols (存储路径) 需要kx上网。。。 阅读全文
posted @ 2020-02-14 22:31 DirWangK 阅读(4066) 评论(3) 推荐(0)
摘要:键盘扫描码 原文:https://www.cnblogs.com/wqw/archive/2009/08/30/1556618.html //以下是一个检测按键扫描码的程序 #i nclude <bios.h>#i nclude <stdlib.h>#i nclude <stdio.h>#defin 阅读全文
posted @ 2020-02-07 13:02 DirWangK 阅读(382) 评论(0) 推荐(0)