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#129 obfuscated as2 code, not refreshing decompiled after rename
Author: focus
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed
Hey, please take a look at the attached file. It is a simple as2 file obfuscated with
Flash Secure Optimizer.
I get this as decompiled listing:
if(!ord(""))
{
}
else
{
if(!getTimer())
{
}
var =10;
}
//Unsupported by decompiler:Empty stack;
trace()
there are such code was before obfuscation:
var a=10;
var b=a-6;
trace(b);
as2simple _SecureOpt.swf (146 B)
State: new→opened
version 1.6.3 released
it should be better, try it
State: opened→upgraded
Yeah, thanks!
I tried to run Identifiers renaming there and looks like it doesn't work well though:
http://i.imgur.com/stBQfdt.png
You can see two " " were renamed in bytecode, but I still see var = ... in decompilation
view.
Title: Can't decompile obfuscated as2 code→obfuscated as2 code, not refreshing decompiled after rename
State: upgraded→opened
version 1.6.4 was released
this should be fixed, try it
State: opened→upgraded
State: upgraded→returned
State: returned→opened
version 1.6.5 was released.
This should be fixed, try it.
State: opened→upgraded
Yey, new build! Renaming works fine now)
State: upgraded→closed