PowerUp icon indicating copy to clipboard operation
PowerUp copied to clipboard

⚡ Decompilation Tools and High Productivity Utilities ⚡

Results 2 PowerUp issues
Sort by recently updated
recently updated
newest added

When I try to process the next code `void a(){}` with command line arguments `-cs input.cs output.asm output.il` I have the next error in the _output.il_ file > System.IndexOutOfRangeException: Index...

Good day! Was trying to use your tool to see asm of generic method, but the tool is failing for me. Input C#: ```c# using System; using System.Runtime.CompilerServices; public class...