This is the engine of the popular .NET decompiler JustDecompile. C# is the only programming language used.
It is distributed under the Apache 2.0 License.
- Clone the repository and open JustDecompileEngine.sln in Microsoft (r) Visual Studio (r).
- Set your startup project to ConsoleRunner.
- Enjoy
JustDecompile UI remains private at this time. JustDecompile, however, has rich console functionality and that has been opensourced here. One can use the console project generation feature to see the results of the changes made to the engine. The ConsoleRunner project is a console app that exposes that functionality and makes testing easy. When started it prints out all the available commands and switches.
The JustDecompile Plugins are also available on GitHub under various open source licenses.