If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.
List of issues#196 AS3 switch issue / automatic deobfuscation
Author: pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Deobfuscation
State: closed
> What steps will reproduce the problem?
Decompilation of a simple switch example causes NullPointerException - loop field is null
due to line 1737 from Graph.java:
SwitchItem sw = new SwitchItem(null, null, switchedItem, caseValues,
caseCommands, defaultCommands, valueMappings);
Perhaps it's necessary to handle null or pass it an appropriate Loop object.
> What version of the product are you using? On what operating system?
1.6.4u1
State: new→opened
Title: AS3 switch issue→AS3 switch issue / automatic deobfuscation
Title: AS3 switch issue→AS3 switch issue / automatic deobfuscation
version 1.6.5 was released. This should be fixed, try it.
if you wonder why the switch is missing now, it's because of automatic deobfuscation.
State: opened→upgraded
Ok! You can close it. Thanks!
State: upgraded→closed