how application handle exception in try catch in disassembly
Hi I am debugging such a program that call win32 api RaiseException(). I wa开发者_StackOverflow中文版nt to know how can i handle it manually not by debugger.
Tanx
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.
精彩评论