"SWFTools is a collection of utilities for working with Adobe Flash files (SWF files). The tool collection includes programs for reading SWF files, combining them, and creating them from other content (like images, sound files, videos or sourcecode). SWFTools is released under the GPL." - http://www.swftools.org/
1) Download the latest swftools using the wget command.
#wget http://www.swftools.org/swftools-2013-04-09-1007.tar.gz
2) Alternately you can download it from
http://www.swftools.org/download.html
3) Extract/Untar the package.
#tar xvzf swftools-2013-04-09-1007.tar.gz
4) Go to the folder of the extracted package
#cd swftools-2013-04-09-1007
5) Configuring the package
#./configure
6) Compile the package
#make
7) Install the program
#make install
8) Run swfdump
#swfdump
More information on SWFTools
More information on installing SWFTools in Linux
No comments:
Post a Comment