Skip to content

A simple text-based disassembler/decompiler for .net assemblies

License

Notifications You must be signed in to change notification settings

spouliot/cilurbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple text-based disassembler/decompiler for .net assemblies

Topics

Resources

License

Stars

Watchers

Forks

Languages