Skip to content

Online C# assemly decomposition tool like IlDasm.

Notifications You must be signed in to change notification settings

max810/IlGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IlGenerator

Online C# assembly decomposition tool like IlDasm.

Web-site available: Ilgenerator online For local use - simply download the repository and build .sln file

Note: project file is for Visual Studio 2017. If you want to open project in older version, please open .csproj file instead.

This repository provides main source code for IlGenerator.
It's a simple online decompiler that generates msil code +metadata for types in a given C# assembly.
It's very simple to use:

  • First you insert your C# code in the upper editor (1).

Upper editor

  • Then you expand the generated tree in the bottom-left part of the page (2).

Tree

  • Then you click on any field/method/type/etc. you want and it's metadata and source IL code (if there is one) will appear in the right editor (3).

Result editor

  • If there are any compilation errors you will see their description instead of the visual tree.

Error messages

  • You'll also see annotations for any errors and warnings on the left bar of upper editor.

Annotations

This project is still unfinished but is already usable - all main functions work correctly.
Any help would be greatly appreciated.

About

Online C# assemly decomposition tool like IlDasm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published