restorecontrolflow removed

This commit is contained in:
honfika@gmail.com
2015-11-28 19:12:17 +01:00
parent 568f41b45e
commit 981cc62f16
9 changed files with 12 additions and 314 deletions

View File

@@ -3107,7 +3107,6 @@ public final class SWF implements SWFContainerItem, Timelined {
tag.getABC().removeTraps();
} else if (level == DeobfuscationLevel.LEVEL_RESTORE_CONTROL_FLOW) {
tag.getABC().removeTraps();
tag.getABC().restoreControlFlow();
}
((Tag) tag).setModified(true);