Build Log |
|
Command Lines |
Creating temporary file "c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Release\RSP00001121683048.rsp" with contents [ /O2 /Oi /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Yu"stdafx.h" /Fp"Release\Debugger.pch" /Fo"Release\\" /Fd"Release\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\Release\RSP00001121683048.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Release\RSP00001221683048.rsp" with contents [ /OUT:"C:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Release\Debugger.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\Debugger.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Release\Debugger.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /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 ".\Release\Debugger.obj" ".\Release\stdafx.obj" ] Creating command line "link.exe @"c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Release\RSP00001221683048.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Release\RSP00001321683048.rsp" with contents [ /outputresource:"..\Release\Debugger.exe;#1" /manifest ".\Release\Debugger.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Release\RSP00001321683048.rsp" /nologo" Creating temporary file "c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Release\BAT00001421683048.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep" ] Creating command line """c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Release\BAT00001421683048.bat""" |
Output Window |
Compiling... Debugger.cpp .\Debugger.cpp(85) : 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' .\Debugger.cpp(108) : 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' .\Debugger.cpp(111) : 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' .\Debugger.cpp(117) : 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' .\Debugger.cpp(138) : 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' .\Debugger.cpp(220) : 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' .\Debugger.cpp(196) : warning C4101: 'pCurrentDirectory' : unreferenced local variable Linking... Generating code Finished generating code Embedding manifest... |
Results |
Build log was saved at "file://c:\Users\Johnny Cake\Documents\Visual Studio 2008\Projects\Blog\ArtOfExploitation\FuzzTalk\Debugger\Release\BuildLog.htm" Debugger - 0 error(s), 7 warning(s) |