Log in

View Full Version : Any good SEH documents out there ?


Lord_Soth
November 13th, 2001, 17:53
LS

tony b.
November 13th, 2001, 18:20
Matt Pietrek's "A Crash Course on the Depths of Win32 Structured Exception Handling", from the 1997 MSDN... excellent.

regards,

tony

Kayaker
November 13th, 2001, 18:52
Hi LS,

Here's a few more.

Win32 Exception handling for assembler programmers by Jeremy Gordon
http://www.GoDevTool.com

Some source from EliCZ
http://www.anticracking.sk/EliCZ/infos/SEHall.zip

And there's 2 examples at Iczelion's
http://win32asm.rxsp.com/files/SehEn.zip
http://win32asm.rxsp.com/files/SEH.zip

Cheers,
Kayaker

Lord_Soth
November 13th, 2001, 19:58
thanks guys

Unregistered
November 13th, 2001, 21:32
YES it's GREAT! It gives me many hints when unpacking progs protected with SEH tricks, such as ASProtect etc

h**p://wxw.microsoft.com/msj/0197/Exception/Exceptiontop.htm


Quote:
Originally posted by tony b.
Matt Pietrek's "A Crash Course on the Depths of Win32 Structured Exception Handling", from the 1997 MSDN... excellent.

regards,

tony