Dotnet Ildasm Versions Save

Light-weight cross platform IL disassembler tool built in C#.

v0.12.2

4 years ago

This version improves support to Generics and Custom Attributes.

Changelog

  • Add support to property directives.
  • Add support for custom attributes in static properties.
  • Add support for Events with custom attributes.
  • Add test for static events.
  • Indent newly supported directives.
  • Fix fields with special names.
  • Add support to return value attributes.
  • Add support to attributes on parameters.
  • Add delegate with attribute to sample project.
  • Add RVA and hex representation for code size.
  • Fix boolean references.
  • Add class prefix to classes and generic types.
  • Minor refactorings.
  • Add support for native int type and runtime managed methods.
  • Fix missing default keyword on method signatures.

v0.12.1

4 years ago

Change log

  • Add support for custom attributes in classes, methods, properties and fields
  • Update dependencies to latest version

v0.11.0

4 years ago

Add support for nested classes. Improves testing for IL generation for Type signatures. Resolve indentation problems.

v0.10.0

4 years ago

Added support for .NetCoreApp 2.2. Plus some minor fixes:

  • Git ignore .vscode folder.
  • Update dependencies version.
  • Update GitVersion deprecated syntax.
  • Remove snyk execution - this is now done through github integration.
  • Fixed cross platform support for tests.

v0.7.5

6 years ago

Fixed bug when executing with default file export mode.