Mono.Cecil.Explorer

A Mono.Cecil object model explorer that shows the object hierarchy that Cecil reads from a CIL (.NET) assembly.

This tool shows the object hierarchy that Mono.Cecil reads from a CIL (.NET) assembly. Use it to learn about how compiled source code is seen by Cecil and how you can interpret and manipulate assemblies.

The members list contains all public properties and fields as well as parameterless methods returning a value. Anything IEnumerable lists the collection items instead of any members.

The Type column shows the interface type and, if different, the instance runtime type of the value.

Compatibility: .NET Version 4.5.2 or newer Windows 10 Windows 8 Windows 7 64 bit

Images

Image
1
Image
2
Image
3
Image
4
Image
About dialog

Download

CecilExplorer.7z164 KiBArchive with program files, version 1.0

master.zipLatest source code directly from GitHub

There’s a public Git repository of CecilExplorer on GitHub.

Quick start

Drag an assembly file to inspect onto the window or press Ctrl+O to select a file. Press F1 to learn more about the keyboard interaction and colours used.

Licence and terms of use

This software is released under the terms of the MIT licence. You can find the detailed terms and conditions in the download.

Statistic data

  • Created on 2016-08-31, updated on 2016-09-01.
  • Ca. 2 200 lines of code, estimated development costs: 2 200 - 8 800 €