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.

#2434 Is there any way to get a list of all character ids and their type via command line?
Author:
DearFox

Date created:
Type: question
Visibility: Everybody
Assigned to:
State: opened 

I have not found a way to get any information about the contents of the swf file, except
swf2xml. But the xml is quite heavy.
My goal is to eventually make a tool to export the sprites I need (which I want to
integrate as a tool into the game engine). But without being able to get a list of them, I
can only export everything at once.
You can dump SWF tags on CLI via
-dumpSWF command.
ffdec.bat -dumpSWF myfile.swf
However, I am not sure it will fit your needs.
State: new→opened