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#160 binaryData export from commandline
Author: liandry
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Commandline
State: closed
> What steps will reproduce the problem?
not work key "-export binaryData"
java -jar ffdec.jar -export binaryData "C:\source\" 1.swf
> What is the expected output? What do you see instead?
Print "Invalid export format:binaryData"
"Error: Bad Commandline Arguments!"
> What version of the product are you using? On what operating system?
ffdec_1.6.3u2.zip
Win 7 Ultimate Sp1 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
keys "as" and "all" work
Done! if (!exportFormat.toLowerCase().equals("binaryData")) {
chaged "binarydata"
State: new→opened
Title: key binaryData→binaryData export from commandline
Title: key binaryData→binaryData export from commandline
error source code
if (!exportFormat.toLowerCase().equals("binaryData")) - don't work
if (!exportFormat.toLowerCase().equals("binarydata")) - work
toLowerCase().equals = binaryData don't work from commandline, code must be lowercase
"binarydata"
Yes, I know, thank you. It will be fixed it next release.
version 1.6.4 was released
this should be fixed, try it
State: opened→upgraded
State: upgraded→closed