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

#314 some obfuscated class names are not escaped correctly
Author: developer honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Obfuscated
State: closed Help

> What steps will reproduce the problem? Try to export attached swf with the following command: ffdec.bat -config autoDeobfuscate=1,paralelSpeedUp=0,cacheOnDisk=0 -export as "klone.swf_dir" "klone.swf" >"klone.swf_out.txt" 2>"klone.swf_err.txt" > What is the expected output? What do you see instead? Current: Error occured: ...\klone.swf_dir\7%22 \MultipartURLLoader.as (The system cannot find the path specified) Error occured: ...\klone.swf_dir\=! \`&.as (The system cannot find the path specified) Error occured: ...\klone.swf_dir\7%22 \%!0.as (The system cannot find the path specified) "7%22" and "=!" folders were created (without space), but they are empty. space characters should be escaped (only at the end of the classname), so "=! " => "=!%20" "=! " => "=!%20%20" > What version of the product are you using? On what operating system? 1.7.0, win7 x64 > Please provide any additional information below. Attach the file you have problem with if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
developer
Downloadklone.swf (642 KiB)
admin
State: new→opened
admin
version 1.7.0u1 was released. this was improved
State: opened→upgraded
developer
It was fixed, thank you.
admin
State: upgraded→closed