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

#2007 Add support for a specific deobfuscation type
Author: user Gamedroit
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: opened Help

I have a SWF from a game called Transformice which is completely obfuscated, JPEXS does a great job but the class, variable and namespace names are not completely deobfuscated making the code completely unreadable.
Downloadscreenshot.png (167 KiB)Download701.swf (1,784 KiB)
admin
Unfortunately, original identifier names cannot be restored in such cases. Only option is to use "rename invalid identifiers" feature, which will make the identifiers a bit readable (like class_27, var_41, ...). In current stable version is a bug preventing proper renaming. Please try nightly 2534. The function is on menu Tools / Deobfuscation / Rename invalid identifiers. Also note that this function is experimental and may damage the SWF file after saving which can make it unplayable.
State: new→opened