mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 06:26:14 +00:00
unnecessarry try-catch removed from deobfuscarot methods
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
import com.jpexs.decompiler.flash.SWF;
|
||||
import com.jpexs.decompiler.flash.abc.ABC;
|
||||
import com.jpexs.decompiler.flash.abc.types.MethodBody;
|
||||
@@ -24,7 +25,7 @@ public class DeobfuscatorSample implements SWFDecompilerListener {
|
||||
@Override
|
||||
public void swfParsed(SWF swf) {
|
||||
System.out.println("swfParsed");
|
||||
Map<String, ASMSource> asms = swf.getASMs();
|
||||
Map<String, ASMSource> asms = swf.getASMs(true);
|
||||
for (ASMSource asm : asms.values()) {
|
||||
try {
|
||||
asm.getActions();
|
||||
|
||||
Reference in New Issue
Block a user