From 9cad2546f8b3a2a94963751db1c9745334253b46 Mon Sep 17 00:00:00 2001 From: de4dot Date: Thu, 22 Sep 2011 05:51:35 +0200 Subject: [PATCH] Updated README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ea5c45..1ae2d46e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ I won't list the supported obfuscators because it would be outdated soon anyway, and I'd forget to update the list. Run `de4dot -h` to get a list of the supported obfuscators. It's usually very easy to add support for another obfuscator. + Other obfuscators are partially supported. Eg. control flow deobfuscation, symbol renaming, dynamic string decryption. @@ -153,7 +154,7 @@ Detect obfuscator recursively: de4dot -d -r c:\path1 -Dump methods and deobfuscate (currently only CliSecure): +Dump methods and deobfuscate: dumpMethods file1 dumpMethods file2