HookTool.plg
上传用户:jstlsd
上传日期:2007-01-13
资源大小:186k
文件大小:1k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: HookTool - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "c:tmpRSP66.tmp" with contents
  10. [
  11. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /pdb:"Release/HookTool.pdb" /machine:I386 /def:".HookTool.def" /out:"....OutputHookTool.dll" /implib:"Release/HookTool.lib" 
  12. .ReleaseApiHook.obj
  13. .ReleaseHookTool.obj
  14. .ReleaseIniFile.obj
  15. .ReleaseInjector.obj
  16. .ReleaseLockMgr.obj
  17. .ReleaseModuleInstance.obj
  18. .ReleaseModuleScope.obj
  19. .ReleaseNtDriverController.obj
  20. .ReleaseNtInjectorThread.obj
  21. .ReleaseNtProcessMonitor.obj
  22. ]
  23. Creating command line "link.exe @c:tmpRSP66.tmp"
  24. <h3>Output Window</h3>
  25. Linking...
  26.    Creating library Release/HookTool.lib and object Release/HookTool.exp
  27. <h3>Results</h3>
  28. HookTool.dll - 0 error(s), 0 warning(s)
  29. </pre>
  30. </body>
  31. </html>