|
|
@ -41,8 +41,9 @@ public class Decompiler { |
|
|
|
public static final int OPTION_IMMEDIATE = 0x0080; |
|
|
|
public static final int OPTION_IMMEDIATE = 0x0080; |
|
|
|
public static final int OPTION_VERIFY = 0x0100; |
|
|
|
public static final int OPTION_VERIFY = 0x0100; |
|
|
|
|
|
|
|
|
|
|
|
public static int options |
|
|
|
public static int options = |
|
|
|
= OPTION_LVT | OPTION_INNER | OPTION_DECRYPT | OPTION_VERIFY; |
|
|
|
OPTION_LVT | OPTION_INNER | OPTION_ANON | |
|
|
|
|
|
|
|
OPTION_DECRYPT | OPTION_VERIFY; |
|
|
|
|
|
|
|
|
|
|
|
public static final String[] optionNames = { |
|
|
|
public static final String[] optionNames = { |
|
|
|
"lvt", "inners", "anonymous", "push", |
|
|
|
"lvt", "inners", "anonymous", "push", |
|
|
|