APISpyNT.h
资源名称:apispy32.zip [点击查看]
上传用户:tzh4061
上传日期:2007-01-08
资源大小:309k
文件大小:0k
源码类别:
钩子与API截获
开发平台:
Visual C++
- #ifndef APISPYNT_H
- #define APISPYNT_H
- #include "..injlibinjlib.h"
- #define MAX_PROCESSES 200
- bool InitPSAPI();
- bool GetProcessNameNT(DWORD dwProcessId, PSTR pszProcessName);
- bool InjectDLL(BOOL ActionFlag);
- bool ObtainSeDebugPrivilege();
- #endif