Updated README.md

This commit is contained in:
de4dot 2011-09-22 05:51:35 +02:00
parent 74a992251c
commit 9cad2546f8

View File

@ -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 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 the supported obfuscators. It's usually very easy to add support for another
obfuscator. obfuscator.
Other obfuscators are partially supported. Eg. control flow deobfuscation, Other obfuscators are partially supported. Eg. control flow deobfuscation,
symbol renaming, dynamic string decryption. symbol renaming, dynamic string decryption.
@ -153,7 +154,7 @@ Detect obfuscator recursively:
de4dot -d -r c:\path1 de4dot -d -r c:\path1
Dump methods and deobfuscate (currently only CliSecure): Dump methods and deobfuscate:
dumpMethods file1 dumpMethods file1
dumpMethods file2 dumpMethods file2