ProcessToHook.cpp
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:0k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. // ProcessToHook.cpp: implementation of the CProcessToHook class.
  2. // save the process name of Process that using app name
  3. //////////////////////////////////////////////////////////////////////
  4. #include "ProcessToHook.h"
  5. //////////////////////////////////////////////////////////////////////
  6. // Construction/Destruction
  7. //////////////////////////////////////////////////////////////////////
  8. CProcessToHook::CProcessToHook()
  9. {
  10. }
  11. CProcessToHook::~CProcessToHook()
  12. {
  13. }