vote up 0 vote down star
2

I would like to decompile a .swf file and get all the images from it, in python.

Are there any libraries that do this?

flag

67% accept rate

3 Answers

vote up 2 vote down check

The SWFTools distribution has a command line program, SWFExtract, that can do this. You could call that from python to do what you want:

http://www.swftools.org/

http://www.swftools.org/swfextract.html

link|flag
vote up 2 vote down

There are no public swf decompiler libraries for Python.

Use a 3rd party program and the Python subprocess module to execute it.

link|flag
vote up 2 vote down

I don't think there are any libraries available for python, but maybe you can have an offline process to decompile swf using sothink flash decompiler Also I did not come across any decompiler so far that is 100% accurate.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.