Thread
:
Programs kills itself - how to avoid that?
View Single Post
#
9
09-22-2005, 11:15
nskSem
Posts: n/a
May be: than stack is aligned, used "ret" -> after system calls "ExitThread".
Process may generate exception and catch it, and in SEH jump onto "exit place" in system dll's.
nskSem