Skip to content

n017/dotPeek.Deobfuscator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotPeek.Deobfuscator

A plugin for JetBrains dotPeek Decompiler to deobfuscate assemblies, using the excellent de4dot deobfuscator.

How does it work?

The plugin is a wrapper that calls de4dot to perform the heavy lifting! For list of supported obfuscators, please visit the de4dot site.

From dotPeek, select the assembly you'd like to deobfuscate, and press the Deobfuscate button on the menu bar, or right-click the assembly.

Installation

If you wish to just install a copy of the plugins without building yourself:

  • Download the latest zip file: dotPeek.Deobfuscator.zip
  • Extract everything
  • Run the batch file Install-dotPeek.Deobfuscator.1.1.bat for dotPeek v1.1.

License

The plugin and the components it uses (mainly, de4dot) are licensed under GNU General Public License v3 (GPLv3). Please see the file COPYING for additional terms and conditions.

Building

To build the source, you need the ReSharper SDK installed.

In addition, you will need to configure de4dot for building. Please refer to the de4dot wiki.

Contributing

Feel free to raise issues, or fork the project and send a pull request.

About

A plugin for JetBrains dotPeek Decompiler to deobfuscate assemblies, using de4dot deobfuscator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.1%
  • Batchfile 6.9%