0
IL to c# conversion?
common intermediate language files needs to convert into c#. any idea or can I get source code from somewhere?
7 Answers
+ 1
iLspy a open source tool to sneak peek inside .dll u wouldn't be able to do what u tring to do(Convert .il to C# project).
Try advanced tool like .net Reflector http://www.red-gate.com/products/dotnet-development/reflector/
0
Try iLspy u would be able to convert C# to IL or vise versa.
http://ilspy.net
0
I have seen this site. can you guide me which part of this is for which use?
0
After installing this softwareâ open ur .dll or IL file.Then there is a drop down to select the language u want to convert this, select the language (C#,VB,IL, Assembly) u prefer.
wht the issue u have
0
Actually from another tool, I am getting user program in .il & .DLL format. now I want to convert these files into c#. So I want to use source code of il spy into my tool. so that I can convert .il & .DLL files into c# directly.
0
so if I am downloading complete source from il spy, then it missing some files. and project is showing errors because of missing projects. So first thing, how to download & use solutions correctly. and how to use for conversion. means where can I give input & how to take output. not getting any user manual also for this.
0
Check this by video hope u get some idea about the application.
http://www.youtube.com/watch?v=CDi5yT1ekuU
Download link: https://github.com/icsharpcode/ILSpy/releases/download/v2.4/ILSpy_Master_2.4.0.1963_Binaries.zip
Extract this .zip
Find the ILSpy.exe and open it(Double Click)
Then u can open(folder icon) a .dll or try ur .il
On top bar there is a Drop down to select the Language (C#,VB,IL)