Adventures with _chkstk
- Published 10/14/2011
Silviu-Marius Ardelean offers some insight into _chkstk and stack corruption.
Adventures with _chkstk
Silviu-Marius Ardelean offers some insight into _chkstk and stack corruption.
Visual C++.NET supports the automatic detection of stack-based buffer overruns through the use of the /GS compiler switch. Learn why stack-based buffer overruns are so serious, and how /GS and other Visual C++ settings can combat them.
How to generate a crash report for your application that can be debugged by using WinDbg or VS.NET. (The article and source code were updated.)