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

钩子与API截获

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: HookAPI - Win32 Windows NT Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "Q:DOCUME~1ADMINI~1LOCALS~1TempRSP112.tmp" with contents
  10. [
  11. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HookAPI_EXPORTS" /D "WINNT" /Fp"Windows NT Release/HookAPI.pch" /YX /Fo"Windows NT Release/" /Fd"Windows NT Release/" /FD /c 
  12. "D:programHookAPIHookAPI1.62DLLHookAPI.cpp"
  13. ]
  14. Creating command line "cl.exe @Q:DOCUME~1ADMINI~1LOCALS~1TempRSP112.tmp" 
  15. Creating temporary file "Q:DOCUME~1ADMINI~1LOCALS~1TempRSP113.tmp" with contents
  16. [
  17. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /incremental:no /pdb:"Windows NT Release/HookAPINT.pdb" /machine:I386 /def:".HookAPI.def" /out:"../HookAPINT.dll" /implib:"Windows NT Release/HookAPINT.lib" 
  18. ".Windows NT ReleaseApiInfo.obj"
  19. ".Windows NT ReleaseHookAPI.obj"
  20. ".Windows NT Releaseinjlib.obj"
  21. ".Windows NT Releasemain.obj"
  22. ".Windows NT ReleaseProcessModule.obj"
  23. ".Windows NT ReleaseProcessToHook.obj"
  24. ".Windows NT ReleaseRing0.obj"
  25. ".Windows NT Releaseutil.obj"
  26. ]
  27. Creating command line "link.exe @Q:DOCUME~1ADMINI~1LOCALS~1TempRSP113.tmp"
  28. <h3>Output Window</h3>
  29. Compiling...
  30. HookAPI.cpp
  31. Linking...
  32.    Creating library Windows NT Release/HookAPINT.lib and object Windows NT Release/HookAPINT.exp
  33. <h3>Results</h3>
  34. HookAPINT.dll - 0 error(s), 0 warning(s)
  35. </pre>
  36. </body>
  37. </html>