C# to IL

Posts 15 of 5 · Page 1 of 1
C# to IL


Through my journey to MonoCecil.
Decided to code this masterpiece (troll), I my self find it very useful
and informative. It's basically compiling the codes by using
CodeDom and then de-compiling to IL using MonoCecil.

As in the video, if you get any errors it will be added
to the listbox items instead of the instructions.
If you have any suggestions please tell me.
As always enjoy.


Scan : https://www.virustotal.com/file/375c...is/1326755867/
C# TO IL.rar238 KB · 55 downloads Scanning…
@Thunder - Approve this ****** !
What exactly IL is?
IL = "Intermediate Language". In this case it's MSIL - "Microsoft Intermediate Language". It's the code that the CLR (Common Language Runtime, the program that translates MSIL into native code at runtime) reads, executes, etc. IL looks a bit like an assembly language I think. It's great for when you really wanna learn more about how .NET works. So basically if you're programming in VB or C# or something, when you compile your program, it's not a real executable or dll that is outputted. It's IL in a PE-like format I think. Not sure, not very knowledgeable on the subject, but google would work wonders.
so yea....

Posts 15 of 5 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?