mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 23:00:46 +00:00
AS1/2 deobfuscation fix
This commit is contained in:
@@ -1320,6 +1320,7 @@ public class Graph {
|
||||
}
|
||||
if(ins instanceof GraphSourceItemContainer){
|
||||
ip=code.adr2pos(((GraphSourceItemContainer)ins).getEndAddress());
|
||||
continue;
|
||||
}else
|
||||
if (ins.isExit()) {
|
||||
part.end = ip;
|
||||
|
||||
Reference in New Issue
Block a user