mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 20:20:12 +02:00
Add additional verbage for the --allow-odex-instructions in smali
This commit is contained in:
parent
df00f6b8a8
commit
4ba8cebf01
@ -380,7 +380,9 @@ public class main {
|
|||||||
.create("o");
|
.create("o");
|
||||||
|
|
||||||
Option allowOdexOption = OptionBuilder.withLongOpt("allow-odex-instructions")
|
Option allowOdexOption = OptionBuilder.withLongOpt("allow-odex-instructions")
|
||||||
.withDescription("allow odex instructions to be compiled into the dex file")
|
.withDescription("allow odex instructions to be compiled into the dex file. Only a few" +
|
||||||
|
" instructions are supported - the ones that can exist in a dead code path and not" +
|
||||||
|
" cause dalvik to reject the class")
|
||||||
.create("x");
|
.create("x");
|
||||||
|
|
||||||
Option dumpOption = OptionBuilder.withLongOpt("dump-to")
|
Option dumpOption = OptionBuilder.withLongOpt("dump-to")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user