Introduced LATEST_CONSTANTPOOL_HACK constant for handling AS1/2 files with multiple constantpools (obfuscation)

Other small fixes
This commit is contained in:
Jindra Petk
2012-10-20 16:30:46 +02:00
parent 67c124e28c
commit c44d0c6bbf
4 changed files with 26 additions and 5 deletions

View File

@@ -79,6 +79,8 @@ public class Main {
public static final boolean RESOLVE_CONSTANTS = true;
/** Turn off decompiling if needed */
public static final boolean DO_DECOMPILE=true;
/** Find latest constant pool in the code */
public static final boolean LATEST_CONSTANTPOOL_HACK=false;
/** Dump tags to stdout */
public static boolean dump_tags = false;