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.

#2247 Can I automate the process of exporting the last sprite in a swf file?
Author:
Cheryl72

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

I currently have 30k+ swf parts, where I only want to export the last define sprite. The
last number of the define sprite varies as well, some has 2 define sprite, others have 4
etc etc. Are there any ways to automate this process? Thanks in advance.

There is an FFDec library, which the FFDec application uses under the hood (I believe). It
is written with Java, and there isn't really any documentation, but you can feel your way
around if you have a good IDE with intellisense (e.g.) IntelliJ IDEA. You can find it at
https://github.com/jindrapetrik/jpexs-decompiler/tree/master/libsrc/ffdec_lib