Reputation: 3451
Do you know any good deobfuscator for .Net?
Upvotes: 18
Views: 38555
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
Upvotes: 3
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:
I have tested it myself with several obfuscators, and de4dot has deobfuscated the assemblies without problems.
Upvotes: 29