mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 22:04:46 +00:00
Merge origin/master
This commit is contained in:
@@ -181,6 +181,7 @@ public class AVM2DeobfuscatorSimple extends SWFDecompilerAdapter {
|
||||
int regId = ((SetLocalTypeIns) def).getRegisterId(ins);
|
||||
staticRegs.put(regId, localData.localRegisters.get(regId));
|
||||
code.replaceInstruction(idx, new AVM2Instruction(0, DeobfuscatePopIns.getInstance(), null), body);
|
||||
modified = true;
|
||||
}
|
||||
}
|
||||
if (def instanceof GetLocalTypeIns) {
|
||||
@@ -192,6 +193,7 @@ public class AVM2DeobfuscatorSimple extends SWFDecompilerAdapter {
|
||||
}
|
||||
|
||||
code.replaceInstruction(idx, pushins, body);
|
||||
modified = true;
|
||||
ins = pushins;
|
||||
def = ins.definition;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user