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.

#906 -dumpAS3 commandline option not working
Author:
jml

Date created:
Type: bug
Visibility: Everybody
Assigned to:
honfika

Labels: Commandline
State: closed 

> What steps will reproduce the problem?
Use -dumpAS3 from the commandline in version 5.0 - 5.3
> What is the expected output? What do you see instead?
Expected: As specified: ...dumps list of AS3 sctipts to console
Actual: java -jar ffdec.jar -dumpAS3 myFile.swf
Exception in thread "main" java.lang.ClassCastException:
com.jpexs.decompiler.flash.helpers.collections.MyEntry cannot be cast to
com.jpexs.decompiler.flash.abc.ScriptPack
at
com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseDumpAS3(CommandLineArgum
entParser.java:1733)
at
com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArguments(CommandLineArg
umentParser.java:45)
at com.jpexs.decompiler.flash.gui.Main.main(Main.java:1117)
> What version of the product are you using? On what operating system?
ffdec 5.0 - 5.3, java 8u45, Windows 7
> 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
Assigned: →
honfika

This was changed on 19th March. Are you sure that you tried it with version >=5.0. Version
5.0 was released in the middle of April.
+ I can't reproduce the problem.
State: new→upgraded
Please check the filesizes.
For version 5.3:
ffdec.jar should be 1.851.027 bytes
lib/ffdec_lib.jar should be 2.695.568 bytes
lib/ffdec_lib.jar was outdated, thank you
State: upgraded→closed
From now (nightly >= 1528 or stable > 9.0.0) FFdec shows a warning when the library
version is different from the ui version, so you will notice the similar problems easier.