• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






chunyou128

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2022年2月18日

Directory
摘要: ok = CreateDirectory(TempFolder, NULL); if ((! ok) && GetLastError() == ERROR_ALREADY_EXISTS) ok = TRUE; WCHAR filename[MAX_PATH + 64]; ZeroMemory(fil 阅读全文
posted @ 2022-02-18 18:03 无名使者 阅读(599) 评论(0) 推荐(0)
 
SandBoxie-LPC通信
摘要: req->h.msgid = MSGID_PROCESS_RUN_SANDBOXED; status = NtRequestWaitReplyPort(data->PortHandle, (PORT_MESSAGE *)spaceReq, (PORT_MESSAGE *)spaceRpl); sta 阅读全文
posted @ 2022-02-18 10:58 无名使者 阅读(44) 评论(0) 推荐(0)
 
service map
摘要: BOOL Kmd_Install_Service( const wchar_t *Service_Name, const wchar_t *Service_Path, const wchar_t *Service_Display, const wchar_t *Service_Group, OPTI 阅读全文
posted @ 2022-02-18 09:52 无名使者 阅读(166) 评论(0) 推荐(0)