mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 10:04:51 +00:00
#910 Missing "add" instruction in obfuscated code (obfuscated u30, u32, s32 reading fix)
This commit is contained in:
@@ -1779,6 +1779,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
ABC abc = abcTag.getABC();
|
||||
for (MethodBody body : abc.bodies) {
|
||||
AVM2Code code = body.getCode();
|
||||
body.setCodeBytes(code.getBytes());
|
||||
}
|
||||
|
||||
((Tag) abcTag).setModified(true);
|
||||
|
||||
Reference in New Issue
Block a user