Log in

View Full Version : de4dot - Deobfuscator for .NET


0xd4d
September 22nd, 2011, 15:44
de4dot - Deobfuscator for .NET

This is still in BETA! Report any bugs, problems and/or improvements! The project url is https://github.com/0xd4d/de4dot (docs at the bottom of the page)
Downloads: https://github.com/0xd4d/de4dot/downloads

Features

* Supports some popular obfuscators
* Deobfuscates control flow
* Cross-assembly symbol renaming
* Decrypts strings
* Decrypts resources
* Dumps embedded assemblies
* Dumps encrypted methods
* Deobfuscated files are runnable
* Removes other obfuscator junk
* Supports pure managed .NET files only
* Fixes peverify errors created by the obfuscator
* 100% Open Source

Many features work even if it's an unsupported obfuscator but the result may or may not be runnable.

NOTE: Eazfuscator isn't 100% supported yet.

Don't PM me how to use it. See the project page or ask in this thread.

Iwarez
September 23rd, 2011, 14:41
I'm pleasantly suprised with how it works. I tested it on a target I previously deobfuscated with another tool and the file your deobfuscate tool created stands out as the best for analysis.

Thanks!

Predator
December 3rd, 2011, 08:38
so awesome work!