APISpyNT.h
上传用户:tzh4061
上传日期:2007-01-08
资源大小:309k
文件大小:0k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. #ifndef APISPYNT_H
  2. #define APISPYNT_H
  3. #include "..injlibinjlib.h"
  4. #define MAX_PROCESSES 200
  5. bool InitPSAPI();
  6. bool GetProcessNameNT(DWORD dwProcessId, PSTR pszProcessName);
  7. bool InjectDLL(BOOL ActionFlag);
  8. bool ObtainSeDebugPrivilege();
  9. #endif