ElektroKill
ElektroKill
Hello, When analyzing files using dnSpy, the renaming feature comes in handy. However, renaming using the Edit member dialog isn't very "smart". It only renames the current member and doesn't...
When a CFG is created and then dragged it is possible for something like this to happen. 
The title explains it all, it would be very cool if it's possible to implement. Thanks in advance!
Hello, It looks like in one of the newer Eazfuscator versions (I can't specify a exact version number, sorry!), the assembly resolver component has had a change made to it...
## Decompiler Options Fernflower by default does not decompile generics but this can be changed by specifying options. I suggest an option in the config of Recaf to allow changing...
### Input code ```csharp unsafe class UIntCases { static void Sample1() { uint local = 0; uint* r = &local; uint g = (*r++) * (*r++); Console.WriteLine(g); } static void...
### Input code Input assembly with dependencies: [sample.zip](https://github.com/icsharpcode/ILSpy/files/9077806/sample.zip) Source code: ```csharp using System.Collections.Generic; using System.Linq; using dnlib.DotNet; namespace ILSpyFullyQualifyTestCase { public class Class1 { public static void TestMethod(ModuleDefMD md) {...
**Describe the bug** When resizing, maximizing, and starting Lightcord weird, out of place, white color flashes appear. When minimizing and maximizing (appears at the top of the window):  When...
**Describe the bug** Devirtualization of any method containing a `filter` region will leed to an exception. **To Reproduce** Attempt to devirtualize the following sample: [filter-handler-sample.zip](https://github.com/Washi1337/OldRod/files/7896751/filter-handler-sample.zip) **Screenshots** Using code from https://github.com/Washi1337/OldRod/tree/a8dfa553769f5fcef3c5f2338242fa1561525acd...