Build Log |
|
Command Lines |
Creating temporary file "c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Debug\RSP00001229682336.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\Debugger.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\Debugger.cpp" ] Creating command line "cl.exe @"c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Debug\RSP00001229682336.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Debug\RSP00001329682336.rsp" with contents [ /OUT:"C:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debug\Debugger.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\Debugger.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debug\Debugger.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Debug\Debugger.obj" ".\Debug\stdafx.obj" ".\Debug\Debugger.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Debug\RSP00001329682336.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Debug\RSP00001429682336.rsp" with contents [ /out:".\Debug\Debugger.exe.embed.manifest" /notify_update /manifest ".\Debug\Debugger.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Debug\RSP00001429682336.rsp" /nologo" Creating temporary file "c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Debug\BAT00001529682336.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Debug\BAT00001529682336.bat""" |
Output Window |
Compiling... Debugger.cpp c:\users\johnny cake\documents\visual studio 2008\projects\blog\artofexploitation\fuzztalk\debugger\debugger.cpp(94) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf' c:\users\johnny cake\documents\visual studio 2008\projects\blog\artofexploitation\fuzztalk\debugger\debugger.cpp(120) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf' c:\users\johnny cake\documents\visual studio 2008\projects\blog\artofexploitation\fuzztalk\debugger\debugger.cpp(123) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf' c:\users\johnny cake\documents\visual studio 2008\projects\blog\artofexploitation\fuzztalk\debugger\debugger.cpp(129) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf' c:\users\johnny cake\documents\visual studio 2008\projects\blog\artofexploitation\fuzztalk\debugger\debugger.cpp(150) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf' c:\users\johnny cake\documents\visual studio 2008\projects\blog\artofexploitation\fuzztalk\debugger\debugger.cpp(234) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf' c:\users\johnny cake\documents\visual studio 2008\projects\blog\artofexploitation\fuzztalk\debugger\debugger.cpp(210) : warning C4101: 'pCurrentDirectory' : unreferenced local variable Linking... Embedding manifest... |
Results |
Build log was saved at "file://c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Debug\BuildLog.htm" Debugger - 0 error(s), 7 warning(s) |