viewer fixes

This commit is contained in:
Jindra Petk
2013-06-02 21:24:06 +02:00
parent 8a2f881227
commit 201f9a40bd
6 changed files with 100 additions and 29 deletions

View File

@@ -29,9 +29,7 @@ public class Configuration {
public static final boolean DISPLAY_FILENAME = true;
public static boolean DEBUG_COPY = false;
public static boolean dump_tags = false;
/**
* Debug mode = throwing an error when comparing original file and
* recompiled
@@ -54,14 +52,12 @@ public class Configuration {
* Find latest constant pool in the code
*/
public static final boolean LATEST_CONSTANTPOOL_HACK = false;
/**
* Limit of code subs (for obfuscated code)
*/
public static final int SUBLIMITER = 500;
//using parameter names in decompiling may cause problems because oficial programs like Flash CS 5.5 inserts wrong parameter names indices
public static final boolean PARAM_NAMES_ENABLE = false;
private static HashMap<String, Object> config = new HashMap<String, Object>();
/**
* List of replacements