mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 10:55:12 +00:00
Issue #243 Improved deobfuscation
This commit is contained in:
@@ -2113,7 +2113,7 @@ public class AVM2Code implements Serializable {
|
||||
List<Integer> currentRefs = refs.get(currentIp);
|
||||
if ((currentRefs != null) && (!currentRefs.isEmpty())) {
|
||||
for (int i = 1; i < currentRefs.size(); i++) {
|
||||
if (!isDirectAncestor(currentRefs.get(i), ancestor, refs)) {
|
||||
if (!isDirectAncestor(currentRefs.get(i), ancestor, refs, visited)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user