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#1185 #970 Imports of variables
Author: BeniBela
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3DecompilationObfuscated
State: closed
#970 still occurs in 8.0.1 .
E.g.
view/components/RowModel/PvPRankRow.as(7): col: 51 Error: Definition
com.playmage.planetsystem.view.component:i could not be found.
import com.playmage.planetsystem.view.component.i;
^
view/components/RowModel/PvPRankRow.as(8): col: 51 Error: Definition
com.playmage.planetsystem.view.component:type could not be found.
import com.playmage.planetsystem.view.component.type;
^
view/components/RowModel/PvPRankRow.as(9): col: 51 Error: Definition
com.playmage.planetsystem.view.component:skillbg could not be found.
import com.playmage.planetsystem.view.component.skillbg;
^
I don't know whether it's still related as flash is gone,
but this was fixed in version 13.0.2,
just enable automatic deobfuscation in settings.
State: new→upgraded
State: upgraded→closed