October 2018
Beginner to intermediate
436 pages
9h 36m
English
SWFTools is a collection of tools for reading and building SWF files. It can be downloaded from http://www.swftools.org/. To successfully install SWFTools, it should be run as administrator. The tools are used at the command line. There are two tools here that can extract information about the SWF file: swfdump and swfextract. Here's what swfdump gives us:

The result tells us that the file is zlib compressed. There is also a DOABC method labeled Main. The existence of a DOABC also means that there is an embedded action script. Using HxD, we can verify that the file is compressed. The magic header CWS indicates that the SWF is indeed ...
Read now
Unlock full access