whoi
whoi

Reputation: 3451

deobfuscator for .Net

Do you know any good deobfuscator for .Net?

Upvotes: 18

Views: 38555

Answers (2)

Zhivko Kabaivanov
Zhivko Kabaivanov

Reputation: 373

As Smi answered de4dot is the most powerful.

It has a plugin for Telerik JustDecompiler (free .NET decompiler) and it is very handy plug in.

When you install it

  • Go to Plugins
  • Then Plugin Manager
  • In Available Plugins you will see De4Dot Deobfuscator
  • Then Download

Upvotes: 3

Smi
Smi

Reputation: 14346

The most powerful .NET deobfuscator I know is de4dot - Deobfuscator for .NET. It is open source, actively developed, and it claims to support the following obfuscators:

  • Babel.NET
  • CliSecure
  • CodeVeil
  • Crypto Obfuscator
  • DeepSea
  • Dotfuscator
  • .NET Reactor
  • Eazfuscator.NET
  • Goliath.NET
  • MaxtoCode
  • Skater.NET
  • SmartAssembly
  • Spices.NET
  • Xenocode

I have tested it myself with several obfuscators, and de4dot has deobfuscated the assemblies without problems.

Upvotes: 29

Related Questions