format proxy code, allow to change swf on the fly

This commit is contained in:
honfika@gmail.com
2014-09-01 16:56:55 +02:00
parent 8325d07b24
commit ed53ba9d0f
37 changed files with 1847 additions and 2267 deletions

View File

@@ -6,6 +6,10 @@ import com.jpexs.decompiler.flash.helpers.SWFDecompilerListener;
public class DeobfuscatorSample implements SWFDecompilerListener {
@Override
public byte[] proxyFileCatched(byte[] data) {
}
@Override
public void actionListParsed(ActionList actions, SWF swf) {
}