Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.84 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.84 KB

screenshot

This is a proof-of-concept for implementing several ideas I have to investigate .net assemblies, largely around how good (or bad) IL linking is for applications. The basic parts, disassembler and decompiler, are useful by themselves for many other purposes.

As long as this remains a proof-of-concept (before 1.0) expect many breaking changes.

Goals

  • Easy to build, extend and update (to latest ICSharpCode.Decompiler versions)
  • Cross platform (at least macOS and Linux)

Features

TODO

  • Add missing metadata tables
  • Add decompiler options / preferences
  • Add more analysis tools

Features are being added on a "as I need them" basis.

Built on top