From 3d0ce96614b660e79eea603459138c655785312e Mon Sep 17 00:00:00 2001 From: de4dot Date: Fri, 25 Jul 2014 21:31:35 +0200 Subject: [PATCH] Update README with dnlib URL That is what most people forget when trying to compile de4dot. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 506fcf9f..06cfa41d 100644 --- a/README.md +++ b/README.md @@ -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 ========