mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 08:30:44 +00:00
faster AS2 deobfuscation (ActionDeobfuscatorSimple and ActionDeobfuscator combined to a single linked list based algorithm), caching deobfuscated action list
This commit is contained in:
@@ -20,6 +20,8 @@ import com.jpexs.decompiler.flash.SWF;
|
||||
import com.jpexs.decompiler.flash.abc.ABC;
|
||||
import com.jpexs.decompiler.flash.abc.types.MethodBody;
|
||||
import com.jpexs.decompiler.flash.action.ActionList;
|
||||
import com.jpexs.decompiler.graph.GraphTargetItem;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -33,6 +35,8 @@ public interface SWFDecompilerListener {
|
||||
|
||||
void actionListParsed(ActionList actions, SWF swf) throws InterruptedException;
|
||||
|
||||
void actionTreeCreated(List<GraphTargetItem> tree, SWF swf) throws InterruptedException;
|
||||
|
||||
void abcParsed(ABC abc, SWF swf);
|
||||
|
||||
void methodBodyParsed(MethodBody body, SWF swf);
|
||||
|
||||
Reference in New Issue
Block a user