![]() |
|
#3
|
|||
|
|||
|
Quote:
This is a very CONCISE but a very classic paper : Quote:
Tracing Exception Handlers : http://www.hexblog.com/?p=19 That gives an excellent overview of the entire process. In all probability, your program is simply having a "timer" that terminate the process, after 4 minutes, if the required conditions are not met, by using SEH ... You would need to follow through by checking the entire SEH "tree" to see from WHICH level exactly the exception is generated and at which level of the SEH tree is is actually handled. For an "unhandled" exception , it can simply traverse many levels above right up to the TOP level, before showing it to the user or terminating the process. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Exception Table hook | STRELiTZIA | General Discussion | 0 | 10-25-2011 17:05 |
| Asprotect Last Exception | britedream | General Discussion | 10 | 11-03-2005 20:59 |
| Trace new hasp protected program | Elickson | General Discussion | 2 | 09-05-2005 09:05 |
| Last exception for asprotect | britedream | General Discussion | 7 | 04-09-2004 15:56 |