format proxy code, allow to change swf on the fly

This commit is contained in:
2014-09-01 16:56:55 +02:00
parent 8325d07b24
commit ed53ba9d0f
37 changed files with 1847 additions and 2267 deletions
@@ -472,6 +472,11 @@ public class ActionDeobfuscator implements SWFDecompilerListener {
return results;
}
@Override
public byte[] proxyFileCatched(byte[] data) {
return null;
}
@Override
public void swfParsed(SWF swf) {
}
@@ -188,6 +188,11 @@ public class ActionDeobfuscatorSimple implements SWFDecompilerListener {
}
}
@Override
public byte[] proxyFileCatched(byte[] data) {
return null;
}
@Override
public void swfParsed(SWF swf) {
}