WinDBG - Finding the actual (unmanaged) exception
问题 I'm trying to find the actual exception in a managed-unmanaged mixed code. The problem is that I have a .Net class that catches all unhandled exceptions and then creates a dump, so when i look at the dump there's mixed managed-unmanaged code, and i can't really get to the actual unmanaged exception. And to make things worse, the .Net seems to have its own exception so !analyze -v gives me that exception. So, here is what I have: I can find where the exception happened (by finding the 1003f