Link to home
Start Free TrialLog in
Avatar of apramod
apramodFlag for United States Minor Outlying Islands

asked on

how to reverse .net exe to .net source code?

I have the exe which is developed in .NEt.now i want to get a source code by using that exe .
How to convert exe to source code.
Avatar of Anurag Agarwal
Anurag Agarwal
Flag of India image

you can not convert the .exe to soure code but you can see the class structure of that .exe using the disassembler utility provided by .Net
Anurag
SOLUTION
Avatar of Anurag Agarwal
Anurag Agarwal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dirk Haest
You can use .NET Reflector to open all your dll and see the coding
http://www.red-gate.com/products/reflector/
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Use Reflector.exe to disassemble the code...

http://www.red-gate.com/products/reflector/
@CuteBug: See my post earlier :)
Hi Dhaest,
     I am sorry. I had not seen your post. The page was not refreshed in my computer for a long time.
I don't agree with the deletion of this question.
I have given appropriate answer to the askers needs !

Thanks Netminder for following this up and correctly splitting the points !