I want to know if there is a way of using C# to open a Blue-screen crash dump + loading symbols, in order to retrieve the memory stack.
I know how to do it manually using the program windbg, So if there is a way to connect to Windbg using C# that might solve the problem as well.
Do anyone know how to extract the memory stack using C#, or to connect to Windbg using C#?
Thanks!