vote up 3 vote down star
1

I am the maintainer of a site that has allegedly 'lost' the source code to a flash swf file. How do I decompile this source?

flag

60% accept rate
allegedly is misspelled as ellegedely – davr Sep 18 '08 at 21:14
thanks, not sure what I was going for with that initial attempt. – Nathan Feger Sep 18 '08 at 21:50

5 Answers

vote up 1 vote down

I've had good luck with the SWF::File library on CPAN, and particularly the dumpswf.plx tool that comes with that distribution. It generates Perl code that, when run, regenerates your SWF.

link|flag
vote up 5 vote down

Get the Sothink SWF decompiler. Not free, but worth it. Recently used it to decompile an SWF that I had lost the fla for, and I could completely round-trip swf-fla and back!
link text

link|flag
Sothink is really very good. Lee Brimelow has a nice tutorial on using it: gotoandlearn.com/play?id=70 – Kristian J. Sep 19 '08 at 8:49
vote up 4 vote down

erlswf is an opensource project written in erlang for decompiling .swf files.

Here's the site: http://code.google.com/p/erlswf/

link|flag
nice ! thanks for the info ! – sthg Apr 3 at 1:01
vote up 4 vote down

Usually 'lost' is a euphemism for "We stopped paying the developer and now he wont give us the source code."

That being said, I own a copy of Burak's ActionScript Viewer, and it works pretty well. A simple google search will find you many other SWF decompilers.

link|flag
ASV doesn't decompile AS3 / Flash 9 stuff as of yet. – UltimateBrent Sep 20 '08 at 0:58
What are you talkin about, it's decompiled AS3 stuff for ages, I've used it to do such. Of course you have to buy it, the free version is much older than the paid version. – davr Sep 21 '08 at 2:54
vote up 1 vote down

This is a possible solution: http://www.darknet.org.uk/2007/09/flare-flash-decompiler-to-extract-actionscript/

link|flag
FLARE is pretty limited, and I believe not updated any more. – davr Sep 18 '08 at 21:14

Your Answer

Get an OpenID
or

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