Skip to content

Commit

Permalink
Update README with dnlib URL
Browse files Browse the repository at this point in the history
That is what most people forget when trying to compile de4dot.
  • Loading branch information
wtfsck committed Jul 25, 2014
1 parent 9e88a52 commit 3d0ce96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Description

de4dot is an open source (GPLv3) .NET deobfuscator and unpacker written in C#. It will try its best to restore a packed and obfuscated assembly to almost the original assembly. Most of the obfuscation can be completely restored (eg. string encryption), but symbol renaming is impossible to restore since the original names aren't (usually) part of the obfuscated assembly.

It uses [dnlib](https://github.com/0xd4d/dnlib/) to read and write assemblies so make sure you get it or it won't compile.

Features
========

Expand Down

0 comments on commit 3d0ce96

Please sign in to comment.