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.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#314 some obfuscated class names are not escaped correctly
Author:
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
Downloadklone.swf (642 KiB)
State: new→opened
version 1.7.0u1 was released. this was improved
State: opened→upgraded
It was fixed, thank you.
State: upgraded→closed