c++ - how application handle exception in try catch in disassembly -
hi debugging such program call win32 api raiseexception(). want know how can handle manually not debugger.
tanx
try reading on structured exception handling. check out matt pietrek's article: a crash course on depths of win32™ structured exception handling.
Comments
Post a Comment