Friday, December 29, 2017

Windbg on a C sharp application

I've been trying to learn Windbg for a long time. Finally found a log I can successfully follow through.

Here's the application.
Compiled using : csc.exe /debug /out:Test3.exe Test3.cs