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

#208 Rename Invalid identifiers renames anonymous functions
Author: user focus
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

This code: _global.someFunction = function() { trace(1); } someFunction(); will became this: _global.someFunction=function function_1() { trace(1); }; someFunction(); And you'll see message 0 identifiers were renamed after calling rename invalid identifiers.
admin
State: new→opened
admin
Version 1.6.6 was released. This should be fixed, try it.
State: opened→upgraded
user
Yep, works fine now!
admin
State: upgraded→closed