|
Short Description
This is just a small snippet that demonstrates how
to use Structured and Vectored Exception Handlers
together.
Full Description
The snippet is intentionally minimalistic. VEH handler is added,
then SEH handler is set as well. Then comes exception which is
handled by both VEH and SEH.
Vectored Exception Handler works as a man-in-the-middle
and it can intercept all "exceptional" traffic handled
by SEH, thus providing an interesting mechanism for
tracing bugs or developing new copy protection schemes.
Source (VectoredExceptionHandler.zip) is available below.
If you happen to use my code, it would be nice if you credit KaKeeware.
Requirements
Windows XP or newer
License
Freeware (+sources freely available)
Download
VectoredExceptionHandler.zip
|