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

When looking at a decompiled method that has 11000 IL instructions and I want to change one simple thing (like return true to return false) it is nearly impossible to...

enhancement

After clicking on this field (http://prntscr.com/gzsm00) and browsing it's info with Reflexil and then saving the assembly (no changes made), 2D array is replaced by 1D array - http://prntscr.com/gzsmo8 Specifications...

bug

Please consider explaining how to install the ILSpy plugin. It wasn't immediately apparent to me that the files just had to be placed in the ILSpy directory. If you could...

enhancement

I'm not all that great with introductions, so I'll jump right into it. Imagine I have a .NET dll, and I want to apply the same operations to it every...

enhancement

Hello, I'm using 2.1 (latest).When I compile x32 bits dlls, all is good, but if I compile a 64 bits dlls then I have an error message: CS0006 Metadata file...

bug

Hi, i can't add a dllimport declaration to a newly injected or existing method. Would be awesome if this could be added to reflexil cheers.

enhancement

Hello, Can you add undo change support? I really hate to start over if i made 1 mistake

enhancement

Lets say we have ``` C# namespace a { public class a : object {} public class b : a {} } ``` and use Reflxil rename (running from ILSpy)...

bug

I'm trying to add calli opcode, but it uses operand type which is not supported by Reflexil. So, it's impossible to edit or add such opcode. When I'm trying to...

enhancement