Shahrooz Kia
Shahrooz Kia

Reputation: 89

how application handle exception in try catch in disassembly

Hi I am debugging such a program that call win32 api RaiseException(). I want to know how can i handle it manually not by debugger.

Tanx

Upvotes: 0

Views: 542

Answers (1)

Steve
Steve

Reputation: 1810

Try reading up on Structured Exception Handling. Then check out Matt Pietrek's article: A Crash Course on the Depths of Win32™ Structured Exception Handling.

Upvotes: 2

Related Questions