JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#129 obfuscated as2 code, not refreshing decompiled after rename
Author: user focus
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

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);
admin
State: new→opened
admin
version 1.6.3 released it should be better, try it
State: opened→upgraded
user
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.
admin
Title: Can't decompile obfuscated as2 code→obfuscated as2 code, not refreshing decompiled after rename
admin
State: upgraded→opened
admin
version 1.6.4 was released this should be fixed, try it
State: opened→upgraded
user
still doesn't work well here =(
Download1.PNG (18 KiB)
admin
State: upgraded→returned
admin
State: returned→opened
admin
version 1.6.5 was released. This should be fixed, try it.
State: opened→upgraded
user
Yey, new build! Renaming works fine now)
admin
State: upgraded→closed