A Crash Course on the Depths of Win32 Structured Exception Handling

时间:2016-12-05 10:26:07
【文件属性】:

文件名称:A Crash Course on the Depths of Win32 Structured Exception Handling

文件大小:379KB

文件格式:ZIP

更新时间:2016-12-05 10:26:07

Crash SEH Exception

在Win32的核心, 结构化异常处理(Structured Exception Handling)(SEH) 是操作系统提供的一种服务. 你能找到的所有关于SEH的文档都会描述某一种编译器的运行时库(runtime library)对操作系统实现的某种包装. 这篇文章层层剥析SEH一直到它的最基本的概念.


【文件预览】:
A Crash Course on the Depths of Win32 Structured Exception Handling
----译A Crash Course on the Depths of Win32 Structured Exception Handling.docx(252KB)
----A Crash Course on the Depths of Win32 Structured Exception Handling.docx(80KB)
----Exception.exe(66KB)

网友评论

  • 这个文档是针对 windows 95 写的,已经属于很多年前的文章。但是这个文章是非常经典的,今天依然值得仔细研读。在今天我们依然依赖学习和使用如何用 SEH 处理底层 CPU 遇到的异常情况,并且学会让 SEH 和 C++ 中的异常处理和谐共处,各司其职。所以它对今天的人们依然具有参考价值。