COM Interface Hooking and Its Application - Part I 示例程序执行中的问题
编译测试环境为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了。