Hook.h
上传用户:yitai_qhd
上传日期:2008-04-24
资源大小:31k
文件大小:0k
开发平台:

Visual C++

  1. #ifndef _HOOK_H
  2. #define _HOOK_H
  3. void EnableProtection();
  4. void DisableProtection();
  5. PVOID HookFun(PVOID pBaseAddress, PCSTR Name, PVOID InFunc, ULONG* OutFunc);
  6. #endif