Dotnet IL Editor is an easy to use program designed to help you modify .NET assemblies.
The application is able to disassemble .NET assemblies, modify the IL code, recompile it and run inside a debugger.
Requirements:
· NET Framework
What's New in This Release: [ read full changelog ]
· added debugging full support for generics (expressions with type parameters can be evaluated and the Object Viewer will also display these values correctly)
· added support for creating nested classes with expression evaluation
· added support for creating arrays of nested classes with expression evaluation
· added support for evaluating expressions that contain enumerations
· added correct reading of events from metadata (class events are collected in the Project Explorer under the "Events" node similarly to Properties)
· added parsing of .NET 2.0 format of permission sets
· fixed bug: debug expression parser did not recognize array parameters correctly that had more than 1 parameters
· fixed bug: creating array of value types was not possible
· fixed bug no. 1672137: "Constant string fields are not fully displayed"
· fixed bug: after adding a dynamic assembly to the project, adding a new assembly was not possible
· fixed bug: method resolution failed when an overload contained pointer parameter