6

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.

2 Answers 2

3

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

Sign up to request clarification or add additional context in comments.

1 Comment

Cool, thanks. I remember hearding about Ming ages ago for use in PHP, but I didn't realize it did Python as well.
1

I found another option in SWF Tools. They provide a Python wrapper that supports generating SWF files in Python.

I'm not sure if either SWF Tools or Ming actually supports parsing in and modifying an existing swf file, however. Both seem geared more towards generating swf files from scratch.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.