Issue #1244 Remove unknown actions when deobfuscation is enabled

This commit is contained in:
honfika@gmail.com
2016-05-29 07:23:16 +02:00
parent aa117d7c75
commit d000457330
4 changed files with 22 additions and 15 deletions

View File

@@ -1090,7 +1090,7 @@ public class Main {
final SWFList swfs1 = swfs;
final boolean first1 = first;
first = false;
if (firstSWF == null) {
if (firstSWF == null && swfs1.size() > 0) {
firstSWF = swfs1.get(0);
}