|
|
@ -50,6 +50,7 @@ public class Decompiler { |
|
|
|
public static boolean highlevelTrafos = true; |
|
|
|
public static boolean highlevelTrafos = true; |
|
|
|
public static boolean stringDecrypting = true; |
|
|
|
public static boolean stringDecrypting = true; |
|
|
|
public static boolean undoOptimizations = true; |
|
|
|
public static boolean undoOptimizations = true; |
|
|
|
|
|
|
|
public static boolean removeOnetimeLocals = false; |
|
|
|
public static int outputStyle = SUN_STYLE; |
|
|
|
public static int outputStyle = SUN_STYLE; |
|
|
|
public static int importPackageLimit = 3; |
|
|
|
public static int importPackageLimit = 3; |
|
|
|
public static int importClassLimit = 3; |
|
|
|
public static int importClassLimit = 3; |
|
|
|