Re: .Net Debug
Nicolas RUFF <[email protected]> Tue, 23 Jan 2007 23:13:00 +0100
| Newsgroups | gmane.comp.security.vulnerabilities |
|---|---|
| Message-ID | <[email protected]> |
> How do you debug a .Net app ? > What tools do i have to use ? PeBrowse Pro Interactive is able to debug native .NET bytecode without source. http://www.smidgeonsoft.prohosting.com/pebrowse-pro-interactive-debugger.html Microsoft does have tools also (see "debugging tools" on the page given below), but I did not test by myself. WinDbg + SOS.DLL should do the trick, though. http://msdn2.microsoft.com/en-us/library/d9kh6s92(VS.80).aspx PS. Nice email address :) Regards, - Nicolas RUFF