IL to c# conversion? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

IL to c# conversion?

common intermediate language files needs to convert into c#. any idea or can I get source code from somewhere?

7th Apr 2017, 7:14 AM
Himanshu Pandey
Himanshu Pandey - avatar
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/
8th Apr 2017, 2:09 AM
Eranga
Eranga - avatar
0
Try iLspy u would be able to convert C# to IL or vise versa. http://ilspy.net
7th Apr 2017, 1:57 PM
Eranga
Eranga - avatar
0
I have seen this site. can you guide me which part of this is for which use?
7th Apr 2017, 2:12 PM
Himanshu Pandey
Himanshu Pandey - avatar
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
7th Apr 2017, 2:17 PM
Eranga
Eranga - avatar
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.
7th Apr 2017, 6:39 PM
Himanshu Pandey
Himanshu Pandey - avatar
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.
7th Apr 2017, 6:43 PM
Himanshu Pandey
Himanshu Pandey - avatar
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)
8th Apr 2017, 2:01 AM
Eranga
Eranga - avatar