mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 12:24:32 +00:00
Issue #243 AS3 better deobfuscation
This commit is contained in:
@@ -2113,6 +2113,9 @@ public class AVM2Code implements Serializable {
|
||||
if (currentIp == ancestor) {
|
||||
return true;
|
||||
}
|
||||
if (currentIp == 0) {
|
||||
return false;
|
||||
}
|
||||
if (visited.contains(currentIp)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user