Issue #50 AS1/2 function body deobfuscation bug

This commit is contained in:
Jindra Petk
2013-03-31 19:26:37 +02:00
parent be106cc34b
commit 3472cc79d2
30 changed files with 474 additions and 821 deletions

View File

@@ -986,8 +986,6 @@ public class SWFOutputStream extends OutputStream {
* @throws IOException
*/
public void writeBUTTONCONDACTION(BUTTONCONDACTION value, boolean isLast) throws IOException {
BUTTONCONDACTION ret = new BUTTONCONDACTION();
ByteArrayOutputStream baos = new ByteArrayOutputStream();
SWFOutputStream sos = new SWFOutputStream(baos, version);
sos.writeUB(1, value.condIdleToOverDown ? 1 : 0);