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

#160 binaryData export from commandline
Author: user liandry
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Commandline
State: closed Help

> 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
user
keys "as" and "all" work
user
Done! if (!exportFormat.toLowerCase().equals("binaryData")) { chaged "binarydata"
admin
State: new→opened
Title: key binaryData→binaryData export from commandline
user
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"
admin
Yes, I know, thank you. It will be fixed it next release.
admin
version 1.6.4 was released this should be fixed, try it
State: opened→upgraded
admin
State: upgraded→closed