PDA

View Full Version : Debuggers for reverse engineering .net application


navinkaus
08-25-2008, 01:20 AM
It would be great if you could answer following questions:

1. Most Popular or good debugger for .net application.
2. Tutorial / Manuals on those debugger.

Actually I have used ollydbg for native application but that does not work with .net application well ( understanding il instructions). So it would be good to get a tutorial on how to use debuggers for .net application.

Thanks,
Navin

Kurapica
08-25-2008, 04:14 AM
Try this debugger

http://www.smidgeonsoft.prohosting.com/pebrowse-pro-interactive-debugger.html

tankaiha
08-25-2008, 09:16 AM
WinDbg:most powerful, especially for .net kernel debugging
PeBrowseDbg:not bad for .net app,if no anti profiling.
OllyDbg: not convinent for high level debugging, cool for low level debugging