Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1004 Bytes

File metadata and controls

21 lines (13 loc) · 1004 Bytes

JustDecompile Engine

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.

Getting Started

  • Clone the repository and open JustDecompileEngine.sln in Microsoft (r) Visual Studio (r).
  • Set your startup project to ConsoleRunner.
  • Enjoy

Working with JustDecompile Engine

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.

Related

The JustDecompile Plugins are also available on GitHub under various open source licenses.