From b008568a5ca91f133bc88134863b313694feb213 Mon Sep 17 00:00:00 2001 From: Skylot Date: Sat, 5 Mar 2022 17:15:08 +0000 Subject: [PATCH] doc: add missing options to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ee954b2d2..a4f76e6df 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,9 @@ options: Plugin options (-P=): 1) dex-input (Load .dex and .apk files) -Pdex-input.verify-checksum - Verify dex file checksum before load, values: [yes, no], default: yes + 2) java-convert (Convert .jar and .class files to dex) + -Pjava-convert.mode - Convert mode, values: [dx, d8, both], default: both + -Pjava-convert.d8-desugar - Use desugar in d8, values: [yes, no], default: no Examples: jadx -d out classes.dex