编译测试环境为VS2008 sp1+WinXP sp3

VtblStory1这个示例程序直接编译执行会在OpenProcess的时候提示错误,无法打开进程,

原因是“To open a handle to another local process and obtain full access rights, you must enable the SeDebugPrivilege privilege. ”

偷懒从另一篇codeproject的文章《Find and kill a process which uses the specified loaded dynamic library (.dll)》偷来函数adv_open_process就ok了。

相关文章:

  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2021-05-22
  • 2022-01-13
相关资源
相似解决方案