From fecc98f2f9f187b7cb2a633ec2276984442c3948 Mon Sep 17 00:00:00 2001 From: Konloch Date: Thu, 16 Jul 2015 19:31:34 -0600 Subject: [PATCH] 2.9.7 changes --- README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 3b00dfbc..f2bce93d 100644 --- a/README.txt +++ b/README.txt @@ -63,8 +63,9 @@ Command Line Input: -help Displays the help menu -list Displays the available decompilers -decompiler Selects the decompiler, procyon by default - -i Selects the input file - -o Selects the output file + -i Selects the input file (Jar, Class, APK, ZIP, DEX all work automatically) + -o Selects the output file (Java or Java-Bytecode) + -t 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?