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.

#287 Typo in paralelSpeedUp config parameter
Author:
honfika

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Commandline
State: closed 

> What steps will reproduce the problem?
run ffdec --help
> What is the expected output? What do you see instead?
Currently shows: Available keys: decompile paralelSpeedUp internalFlashViewer...
Expected: parallelSpeedUp
In the example, to:
java -jar ffdec.jar -config autoDeobfuscate=1,paralelSpeedUp=0 -export as "C:\decompiled\"
myfile.swf
> What version of the product are you using? On what operating system?
1.7.0
> 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
Btw: the screnshots should be changed:) The program looks like totally diffrent:)
In SWF.java, too:
boolean paralel;
And in FAQ page.
State: new→opened
version 1.7.0u1 was released.
this was fixed to parallelSpeedUp .
Old parameter with typo works too.
State: opened→upgraded
Thank you, it works.
State: upgraded→upgraded
In the hompage/FAQ the example is still wrong:
java -jar ffdec.jar -config autoDeobfuscate=1,paralelSpeedUp=0 -export as "C:\decompiled\"
myfile.swf
State: upgraded→closed