2.9.7 changes

This commit is contained in:
Konloch 2015-07-16 19:31:34 -06:00
parent d4c0eba2bc
commit fecc98f2f9
1 changed files with 3 additions and 2 deletions

View File

@ -63,8 +63,9 @@ Command Line Input:
-help Displays the help menu
-list Displays the available decompilers
-decompiler <decompiler> Selects the decompiler, procyon by default
-i <input file> Selects the input file
-o <output file> Selects the output file
-i <input file> Selects the input file (Jar, Class, APK, ZIP, DEX all work automatically)
-o <output file> Selects the output file (Java or Java-Bytecode)
-t <target classname> Must either be the fully qualified classname or "all" to decompile all as zip
-nowait Doesn't wait for the user to read the CLI messages
Are you a Java Reverse Engineer? Do you want to learn?