Reflexil icon indicating copy to clipboard operation
Reflexil copied to clipboard

The .NET Assembly Editor

Results 29 Reflexil issues
Sort by recently updated
recently updated
newest added

There's currently a [cross-platform Avalonia-based version of ILSpy](https://github.com/icsharpcode/AvaloniaILSpy) that's being worked on, which supports MEF plugins, but not ILSpy plugins. Would it be possible to port Reflexil's ILSpy plugin for...

can you update it to support net5 and net6

Most of the time Reflexil works fine in ILSpy, however I recently discovered that methods that utilize async Task seem to reveal truncated information. For example, a 200-line async method,...

used ILSpy 7.2.0.6772-preview3 + latest Reflexil for ILSpy The below issue happens when you click on assemlby in left most treeview ``` --------------------------- Sorry, we crashed --------------------------- System.NullReferenceException: Object reference...

``` Reflexil is unable to verify this assembly: Writing mixed-mode assemblies is not supported ``` Any plans on this? https://github.com/sailro/Reflexil/blob/master/Libs/Sources/Mono.Cecil.Reflexil/Mono.Cecil/AssemblyWriter.cs#L67 https://github.com/sailro/Reflexil/blob/master/Libs/Sources/De4dot/sources/dnlib/src/DotNet/Writer/NativeModuleWriter.cs#L54

enhancement

![ProfileLabel](https://user-images.githubusercontent.com/12345850/133444864-58b33241-4d9c-47a8-a099-1256d6ec6ca7.PNG)

Would it be possible to investigate a dotPeek plugin? Telerik appear to have abandoned JustDecompile, which cuts down the number of available options by a third.

![image](https://user-images.githubusercontent.com/1126817/115473219-2c286580-a1f0-11eb-8243-0aee802186ea.png) ![image](https://user-images.githubusercontent.com/1126817/115473231-3480a080-a1f0-11eb-8afa-4a4b4c55f325.png) ``` See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set...

I only open .exe with ILSpy and "Save as" with Reflexil, but .exe not working. Before .exe it's work good.

Some suggestions: - method clone (clone all method code, arguments, attributes, etc...). - Now it is possible to do it via method injection but is quite annoying to copy manually...