Home

Awesome

Dumpy

Simple .NET Assembly simplifier.

Supported Mutations

Usage

Dumpy.exe <path>

Example

Before

int num = (int)Math.Round(40.0);
int num2 = -8081 + 7242 + (int)double.Parse("871.154178928656") + (sizeof(int) - sizeof(byte)) + Type.EmptyTypes.Length;
Console.WriteLine(num + num2);
Console.Write("Hey !");
Console.ReadLine();

After

Console.WriteLine(75);
Console.Write("Hey !");
Console.ReadLine();

Screenshot_4

Credits:

Dnlib: 0xd4d/dnlib Colorful.Console: tomakita/Colorful.Console