Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python lib to Read a Flash swf Format File

Tags:

python

flash

I'm interested in using Python to hack on the data in Flash swf files. There is good documentation available on the format of swf files, and I am considering writing my own Python lib to parse that data out using the standard Python struct lib.

Does anybody know of a Python project that already does this? I would also be interested in any available solutions that use Perl, Ruby, Haskell, etc.

like image 933
Parappa Avatar asked Mar 18 '09 01:03

Parappa


1 Answers

Well, unless you're doing it for fun (in which case, go for it!), why not use Ming? It supposedly has python wrappers...

like image 51
Kevin Little Avatar answered Oct 05 '22 09:10

Kevin Little