Click here to Skip to main content
15,888,315 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
hellow,
my question is , How to Debugg or Decompile .Net EXE to source code for getting prograamee.
Posted
Comments
Toli Cuturicu 24-Oct-10 14:52pm    
You are not allowed to do this! It is against the law!

Reflector [^]and it's add-in FileDisassembler[^].

Reflector will allow to see the source code. FileDisassembler will allow you to convert it into a VS solution

Update:
Further have a look at this article: Decompiling .NET Assemblies [^]
 
Share this answer
 
v2
Comments
amshan1 24-Oct-10 7:25am    
ya actulayy i am very much new to .Net and i have one application i want to abstarct the formula from that exe , i tried Reflactor and some disassembler but nothing is happen, Basically i studied about that s/w which shows that it was build and secure by obfuscator so any solution, thanks in advance
Sandeep Mewara 24-Oct-10 7:30am    
No. In that case, No. Only source development team can provide you with full code.
amshan1 24-Oct-10 8:44am    
you means there is no way to decompile the obfuscated .Net exe?
So your first question in a developer forum is to ask how you can get the code from some other developers compiled exe/dll. Do you see the irony in that question?

The answer
Locate the owner of the code and ask if you can use the source code if it not a commercial product.
 
Share this answer
 
Comments
amshan1 24-Oct-10 7:25am    
ya actulayy i am very much new to .Net and i have one application i want to abstarct the formula from that exe , i tried Reflactor and some disassembler but nothing is happen, Basically i studied about that s/w which shows that it was build and secure by obfuscator so any solution, thanks in advance
Mycroft Holmes 24-Oct-10 20:05pm    
So someone, the owner/developer of the code, has gone to some trouble and expense to secure their code and you are asking other developers how you can steal their code.

Please cosider yourself thoroughly insulted.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900