Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Decompiling .NET 2.0 binary

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.)?

like image 814
pako Avatar asked Jun 29 '26 04:06

pako


2 Answers

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.

like image 100
dsolimano Avatar answered Jun 30 '26 20:06

dsolimano


Dropping the exe into ILDASM or Dot Net Reflector should do the trick.

like image 39
rotti2 Avatar answered Jun 30 '26 19:06

rotti2



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!