Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi Frnds,
I converted my C# code to dll.But i need to add some methods inside that class files.My original code is deleted.I need to convert dll to original code.How to convert it to get my original code.
Posted
Comments
bbirajdar 9-Feb-13 10:14am    
Are you sure it is not a copyrighted dll ? It is illegal to decompile and use somebody else's copyrighted dll.People who delete their own code are very rare

Probably, you can't - at least not in the same form as it was originally. You can use ILDASM to get the overall structure: http://msdn.microsoft.com/en-us/library/aa309387(VS.71).aspx[^] and JetBrains dotPeek[^] is very good at decompiling.

But if you obfuscated it in any way, don't expect it to be readable code!
 
Share this answer
 
Comments
Andy411 19-Nov-12 5:17am    
I did not know JetBrains dotPeek. Thx for the hint!
OriginalGriff 19-Nov-12 5:29am    
It's a nice app. I don't use it much, but when you need it...:laugh:
I'm sattisfied with
http://ilspy.net/[^] for decompiling.

But as OriginalGriff pointed out: If it's obfuscated... :-(


Good look!
 
Share this answer
 
Hi,
download reflector,Using this you can change your dll in to c sharp code.
 
Share this answer
 
search this page :
http://www.devextras.com/decompiler/
 
Share this answer
 

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