Print SafeStr list at the bottom (AS3)

This commit is contained in:
Jindra Petřík
2025-07-25 15:31:09 +02:00
parent 12ab8af322
commit 90a82a538a
257 changed files with 1121 additions and 825 deletions

View File

@@ -20,6 +20,7 @@ import com.jpexs.decompiler.graph.GraphPart;
import com.jpexs.decompiler.graph.GraphSourceItem;
import com.jpexs.decompiler.graph.SecondPassData;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.Set;
/**
@@ -48,6 +49,11 @@ public abstract class BaseLocalData {
* SWF version
*/
public int swfVersion = -1;
/**
* Used deobfuscations
*/
public Set<String> usedDeobfuscations = new LinkedHashSet<>();
/**
* Constructor.