Skip to content

nelpats/Dumpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Dumpy

Simple .NET Assembly simplifier.

Supported Mutations

  • Abs Mutations
  • Cos Mutations
  • Floor Mutations
  • Truncate Mutations
  • Log Mutations
  • Log10 Mutations
  • Length Mutations
  • Add Mutations
  • Sub Mutations
  • Mul Mutations
  • Div Mutations
  • XOR Mutations
  • ToInt32 Mutations
  • SizeOf Mutations
  • Round Mutations
  • EmptyTypes Mutations
  • Double Parser 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

About

Simple .NET Assembly deobfuscator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages