Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I need a tool which converts IL code to C# code, where is it? Thanks.
Posted
Updated 26-Sep-12 16:13pm
v2

1 solution

I think you are reverse engineer something and used ILDASM to get IL code. My suggestion is to use directly decompile your app or dll using dotPeek(opensource, free decompiler).
http://www.jetbrains.com/decompiler/[^]
 
Share this answer
 
Comments
Andrewpeter 26-Sep-12 22:17pm    
Thanks Kuthuparakkal, I'll try to use it, my vote is 5 for you. Thanks.
Kuthuparakkal 26-Sep-12 22:23pm    
you're welcome! Mark answer if it helps!
Andrewpeter 26-Sep-12 22:36pm    
I'm done. Thanks.
Andrewpeter 26-Sep-12 22:51pm    
I dowloaded and installed it, i loaded dll file and saw all C# code. But I couldnt decompile it to source code, how to do this? Thanks.
Kuthuparakkal 27-Sep-12 0:35am    
thats all you get c# code, copy and paste to wherver you want! It will not give you complete executable App; or consumable dll... it helps you to explore the code used. you need to build rest

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