里面包含两个文档。 Windows XP中的新型向量化异常处理(中文) 原名:New Vectored Exception Handling in Windows XP 作者:Matt Pietrek Understanding SEH Exploitation(英文) By Donny Hubener July 6, 2009
记录程序崩溃时异常时的日志信息。 a freeware C++ class and DLL which intercepts and logs details about unhandled exceptions such as access violations, stack overflows and division by zero. The class was originally based upon the February 2002 MSDN article called "Un
CExceptionLogger,是一个可以免费使用的C++类,用它可以截获未处理异常,如:非法存取、栈溢出、被零除等,并可以将异常具体信息记录到日志文件。这个类源自于MSDN Magazine 2002年3月的一篇专栏文章“Under the Hood: Improved Error Reporting with DBGHELP 5.1”,该文章的作者是 Matt Pietrek。