Skip to content

svenslaggare/ILDisassembler

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages