mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 12:46:04 +00:00
faster AS2 deobfuscation (ActionDeobfuscatorSimple and ActionDeobfuscator combined to a single linked list based algorithm), caching deobfuscated action list
This commit is contained in:
@@ -2194,8 +2194,8 @@ public class Graph {
|
||||
exprList.add(expr);
|
||||
checkContinueAtTheEnd(commands, currentLoop);
|
||||
ret.add(index, li = new DoWhileItem(null, currentLoop, commands, exprList));
|
||||
|
||||
}
|
||||
|
||||
loopTypeFound = true;
|
||||
}
|
||||
}
|
||||
@@ -2263,7 +2263,6 @@ public class Graph {
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
}
|
||||
|
||||
protected void checkGraph(List<GraphPart> allBlocks) {
|
||||
|
||||
Reference in New Issue
Block a user