Is it possible to get the SEH chain for a particular process using C# and if so can you point me to an explanation of how to do so?
Asked
Active
Viewed 70 times
1
-
First off, surely exception handling is per-thread, not per-process. Second, I don't understand what information you're trying to get, or why you want it; can you give an example? – Eric Lippert Apr 10 '19 at 17:00
-
Are you trying to examine this on a live exception or in a binary? Big differences depending on a lot of architecture specific things. – Mgetz Apr 10 '19 at 17:02
-
I am trying to examine this on a live exception. – BobHaginab Apr 10 '19 at 17:20