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

#287 Typo in paralelSpeedUp config parameter
Author: developer honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Commandline
State: closed Help

> 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
developer
Btw: the screnshots should be changed:) The program looks like totally diffrent:)
developer
In SWF.java, too: boolean paralel; And in FAQ page.
admin
State: new→opened
admin
version 1.7.0u1 was released. this was fixed to parallelSpeedUp . Old parameter with typo works too.
State: opened→upgraded
developer
Thank you, it works.
admin
State: upgraded→upgraded
developer
In the hompage/FAQ the example is still wrong: java -jar ffdec.jar -config autoDeobfuscate=1,paralelSpeedUp=0 -export as "C:\decompiled\" myfile.swf
admin
State: upgraded→closed