#define NO_WIN32_LEAN_AND_MEAN #include <aclapi.h> #include <shlobj.h> #include <windows.h> #include <Accctrl.h>
原创
2007-05-07 10:34:00
596阅读
如何在windows2000和windows xp下隐藏进程,下面的代码实现了这个功能。
头文件:
////////////////////////////////////////HideProcess.hBOOL HideProcess();
转载
2006-04-02 13:05:00
139阅读
2评论
在DELPHI中隐藏程序进程方法[2]--纯DELPHI代码方式(转)
今天在网上发现了个好东西,DELPHI中隐藏程序进程,纯DELPHI代码方式,我在XP下通过测试。
下面是隐藏进程的unit HideProcess
unit HideProcess;
interface
function MyHideProcess: Boolean;
implementation
转载
2008-04-01 08:32:13
1468阅读