Skip to content

Repository files navigation

ILDisassembler

An IL disassembler written using the .NET reflection API which allows the library to be embedded in .NET applications. The method body disassembler is based on Mono.Reflection.

Difference from ildasm.exe

* Instead of raw data for custom attribute constructors, uses the "real" value. * Generics are handled different, for example the generic argument position with "!" are omitted.

Limitations

Because the library is written using reflection, some features available in *ildasm.exe* is not available. * Unmanaged code. * Raw constructor data.

About

An IL disassembler written using the .NET reflection API.

Topics

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages