10 2021 档案
[VS]诊断工具服务启动失败
摘要:笔者没有发现 Visual Studio Standard Collector Service 150 服务项 Visual Studio Installer 安装器启动 安装注意勾选Boost.Test测试(猜测可能首次安装取消了这个) 重启打开VS 如若 win+R -> services.ms 阅读全文
posted @ 2021-10-05 18:34 Ksa-NL 阅读(3304) 评论(0) 推荐(0)
[Win32]RtlAdjustPrivilege提权完整版
摘要:注意 全写列表在WINNT.h内的默认定义为 SE_CREATE_TOKEN_NAME TEXT("SeCreateTokenPrivilege") 使用RtlAdjustPrivilege·可直接使用enum索引 typedef int SePrivilege; typedef enum SePr 阅读全文
posted @ 2021-10-04 22:43 Ksa-NL 阅读(1189) 评论(0) 推荐(0)