2024年9月10日
摘要:
文件注册表和程序的关联关系 > 以CheateEngine为例发现CT_auto_file指定为CheateEngine.exe就会出问题 > 以 CheateEngine 打开的打开方式会显示exe后缀 > 且 CT的文件无法和任务栏的CheateEngine关联 > 经过注册表的尝试发现问题出在
阅读全文
posted @ 2024-09-10 03:04
Ksa-NL
阅读(32)
推荐(0)
摘要:
解决vs2022抽风导致无法创建WinUI3 VS2022 抽风报错安装更高级的sdk或指定 WindowsSdkPackageVersion // <WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion> 严重性 代码 说
阅读全文
posted @ 2024-09-10 03:02
Ksa-NL
阅读(322)
推荐(0)
2024年8月26日
摘要:
Win32任务栏近期文件列表及删除方法 Exploorer近期文件位置 %AppData%\Microsoft\Windows\Recent\AutomaticDestinations\f01b4d95cf55d32a.automaticDestinations-ms CheatEngine 809
阅读全文
posted @ 2024-08-26 04:52
Ksa-NL
阅读(62)
推荐(0)
2023年7月23日
摘要:
起因 自封装 DBG_PRINTEXCEPTION_WIDE_C 打印在win7上报错 经过 逆向发现OutputDebugStringW这个函数在win7上反常的调用了OutputDebugStringA 进而发现 DBG_PRINTEXCEPTION_WIDE_C 是win10新加的 因此win
阅读全文
posted @ 2023-07-23 02:18
Ksa-NL
阅读(38)
推荐(0)
2023年1月10日
摘要:
# VS2022_VAX设置Alpha ## 设置后效果 如下 此时瞬间舒服了  ## 设置方案 > 因为改了很多地方
阅读全文
posted @ 2023-01-10 02:10
Ksa-NL
阅读(1211)
推荐(0)
2023年1月4日
摘要:
Snapshot 防止链接挂掉 Windows Version Numbers - Version and build numbers of Microsoft Windows
阅读全文
posted @ 2023-01-04 22:42
Ksa-NL
阅读(45)
推荐(0)
2022年12月31日
摘要:
// 微软官方例程 稍微修改了下 测试刚刚好 #define WDS printf #define THREAD_COUNT 20 static volatile UINT vol = 0; void SimpleThreadA(void* id) { UINT& max = *(PUINT)id;
阅读全文
posted @ 2022-12-31 04:45
Ksa-NL
阅读(94)
推荐(0)
2022年9月19日
摘要:
# include <utility> // 添加 C++标准模板库 # include <xstddef> // -> # include <initializer_list> initializer_list不是引用 而是硬编码初始化了 这么玩会严重占用大量的程序体积 Release版本也是拷贝
阅读全文
posted @ 2022-09-19 16:30
Ksa-NL
阅读(124)
推荐(0)
2022年8月12日
摘要:
MySQL5.7.35精简Dev开发包 顺手整理了下 仅引用mysql.h可直接使用
阅读全文
posted @ 2022-08-12 12:30
Ksa-NL
阅读(37)
推荐(0)
2022年7月7日
摘要:
```cpp // 毫到时分秒 gaishibz@gmail.com CASTR Ms2Str(CA_LNG nMs, CA_BOOL nEnglish) { static const long long scDate[] = { 1000ll,31536000ll,2592000ll,86400l
阅读全文
posted @ 2022-07-07 19:01
Ksa-NL
阅读(43)
推荐(0)