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 issues#314 some obfuscated class names are not escaped correctly
Author:
honfika
honfikaDate created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Obfuscated
State: closed 

> 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
klone.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
