AS Decompilation can be disabled in menu (Disassemble only)

Go to document class fixed
Clearing cache after autodeobfuscation change
This commit is contained in:
Jindra Petk
2013-06-29 21:59:37 +02:00
parent ff1635bb87
commit 2ba887a929
7 changed files with 52 additions and 22 deletions

View File

@@ -45,10 +45,6 @@ public class Configuration {
* Turn off resolving constants in ActionScript 2
*/
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
*/