#910 Missing "add" instruction in obfuscated code (obfuscated u30, u32, s32 reading fix)

This commit is contained in:
honfika@gmail.com
2015-06-03 21:00:24 +02:00
parent 6b5fc8fc2d
commit 75ce6c72fa
5 changed files with 7 additions and 5 deletions

View File

@@ -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);