|
Code2IL
.: Introduction :.
This tool can be used to convert raw vb.net or C# code into IL Code. I made this tool initially to help me crack, so I wouldn't have to create a whole new project in order to test some IL code, but now I have realized it can be used for a lot more. This converter supports both C# and Vb.net snippets, methods, and classes. Just make sure that you have all of the references in the same class, or else it will not build. I hope you guys enjoy it, and I hope that I get some suggestions to add to this tool from this thread.
.: Features :.
Supports VB.Net & C# Code
Supports Compiling in .Net 2.0 and 3.5
Supports Snippets, Methods, & Classes
Add Your Own References
Add Your Own Imports
Import Code
Utilizes the FastColoredTextBox Class for Code Editing
A Nice Display For IL Code
Credits to Meth
Download https://mega.co.nz/#!PNpAwQTJ!T3uQs503dhchIsZTsacTf_llbFaeK0tyMrBgIuW1QbM
Last edited by rukov; 01-27-2015 at 19:13.
|