Skip to content
Sebastien Pouliot edited this page Feb 27, 2022 · 6 revisions

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

Clone this wiki locally