mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:41:12 +00:00
AS1/2 better deobfuscation
code formatting
This commit is contained in:
@@ -1158,10 +1158,6 @@ public class AVM2Code implements Serializable {
|
||||
unknownJumps.remove(new Integer(ip));
|
||||
throw new UnknownJumpException(stack, ip, output);
|
||||
}
|
||||
//System.out.println("ip"+ip+" ofs"+Helper.formatAddress(pos2adr(ip)));
|
||||
if (ip == 21) {
|
||||
//System.out.println("hh");
|
||||
}
|
||||
if (visited[ip]) {
|
||||
Logger.getLogger(AVM2Code.class.getName()).warning("Code already visited, ofs:" + Helper.formatAddress(pos2adr(ip)) + ", ip:" + ip);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user