Edit flash cookies (SOL) in the SWF tree.

This commit is contained in:
Jindra Petřík
2024-11-08 00:36:22 +01:00
parent 381580ccf9
commit fbe4d0451f
16 changed files with 876 additions and 15 deletions

View File

@@ -98,7 +98,7 @@ public class LsoTag extends Tag {
List<String> stringTable = new ArrayList<>();
while (ais.available() > 0) {
String varName = ais.readUtf8Vr("varName", new ArrayList<>());
String varName = ais.readUtf8Vr("varName", stringTable);
try {
Object varValue = ais.readValue("varValue", new HashMap<>(), objectsTable, traitsTable, stringTable);
amfValues.put(varName, varValue);