mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 17:55:19 +00:00
Introduced LATEST_CONSTANTPOOL_HACK constant for handling AS1/2 files with multiple constantpools (obfuscation)
Other small fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user