Is it possible to decompile a .NET 2.0 binary file (*.exe) to some sort of readable code? Or if not, just extract some information from it (for example method names, debugging information, etc.)?
You might want to look at Reflector, it should show you the assembly as C# or IL.
EDIT:
With the increased cost of Reflector, I have switched to ILSpy for my day to day needs.
Dropping the exe into ILDASM or Dot Net Reflector should do the trick.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With