tools to convert IL to c# code

  • Thread starter Thread starter P.Sunil
  • Start date Start date
P

P.Sunil

Are there any tools and techniques available for
converting a Intermediate Language code to C# code
 
I have looked at various decompilers since the outset of .NET and have to
say that this is the best I have seen so far bar Salamander, but lets face
it - that is just too expensive for most people!

(And no, I have no connection with the author!).
 
Could we use this then to convert between CLR languages easier? Just build,
decompile to target lanuage and bobs yer uncle.?
 
Are there any tools and techniques available for
converting a Intermediate Language code to C# code

You can try 9rays.Net Spices.Decompiler.Net and convert IL code to 5
languages - Vb.Net, C#, J#, MC++, Delphi.Net(now available)
 
To a point, but there are plenty of sites available that will do language
conversions.

There are a few issues in the decompilation that make the decompiled code
less easy to read (and I doubt that 100% of the code would recompile easily
anyway) but it would be a very good tool for seeing how something has been
done.
 
Back
Top