up vote 1 down vote favorite
share [g+] share [fb]

I'm looking for a library to read a SWF file and let me parse through its actionscript and header information. Is there anything out there that will work?

link|improve this question

feedback

2 Answers

I do not know of any libraries (including .NET) that let you read and parse (or reverse engineer) the contents of SWF's files. The ActionScript you are referring to is compiled down to byte code during compilation so you will not find the actual ActionScript source code in the SWF file.

For more information in the SWF file format I suggest you have a look at the official specifications.

link|improve this answer
feedback
up vote 0 down vote accepted

I ended up finding one at:

http://sourceforge.net/projects/swfdotnet/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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