mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 02:28:09 +00:00
AS1/2 better deobfuscation
This commit is contained in:
@@ -36,7 +36,9 @@ public abstract class GraphSource {
|
||||
if (ins.isBranch() || ins.isJump()) {
|
||||
List<Integer> branches = ins.getBranches(this);
|
||||
for (int b : branches) {
|
||||
visitCode(b, ip, refs);
|
||||
if (b >= 0) {
|
||||
visitCode(b, ip, refs);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user