GitPedia
pjbgf

pjbgf/dotnet-ildasm

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

5 Releases
Latest: 6y ago
v0.12.2Latest
pjbgfpjbgf·6y ago·January 3, 2020
GitHub

📋 Changes

  • 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.
  • + 7 more
v0.12.1
pjbgfpjbgf·6y ago·December 12, 2019
GitHub

📋 Changes

  • Add support for custom attributes in classes, methods, properties and fields
  • Update dependencies to latest version
v0.11.0
pjbgfpjbgf·6y ago·August 19, 2019
GitHub

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

v0.10.0
pjbgfpjbgf·6y ago·August 19, 2019
GitHub

📋 Changes

  • 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
pjbgfpjbgf·9y ago·June 2, 2017
GitHub

Fixed bug when executing with default file export mode.