mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 16:20:47 +00:00
Issue #50 AS1/2 function body deobfuscation bug
This commit is contained in:
@@ -69,6 +69,7 @@ public class ActionGraphSource extends GraphSource {
|
||||
if (adr == 0) {
|
||||
return 0;
|
||||
}
|
||||
//throw new RuntimeException("Address "+Helper.formatAddress(adr)+" not found");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user