Saturday, July 16, 2011

swfdump

Here I am dumping A.swf which contains 6 frames from A, B, C, D, E and F.

remnux@remnux:~/Desktop$ swfdump A.swf
[HEADER]        File version: 6
[HEADER]        File is zlib compressed. Ratio: 63%
[HEADER]        File size: 2320
[HEADER]        Frame rate: 0.250000
[HEADER]        Frame count: 6
[HEADER]        Movie width: 612.00
[HEADER]        Movie height: 792.00
[009]         3 SETBACKGROUNDCOLOR (ff/ff/ff)
[030]      1060 DEFINEFONT2 defines id 0004
[020]        34 DEFINESHAPE3 defines id 0001
[01a]         7 PLACEOBJECT2 places id 0001 at depth 0001 (clip to 0004)
[020]        40 DEFINESHAPE3 defines id 0002
[01a]         5 PLACEOBJECT2 places id 0002 at depth 0002
[020]        38 DEFINESHAPE3 defines id 0003
[01a]         7 PLACEOBJECT2 places id 0003 at depth 0003 (clip to 0004)
[021]        34 DEFINETEXT2 defines id 0005
[01a]         5 PLACEOBJECT2 places id 0005 at depth 0004
[001]         0 SHOWFRAME 1 (00:00:00,000)
[01c]         2 REMOVEOBJECT2 removes object from depth 0004
[01c]         2 REMOVEOBJECT2 removes object from depth 0003
[01c]         2 REMOVEOBJECT2 removes object from depth 0002
[01c]         2 REMOVEOBJECT2 removes object from depth 0001
[020]        34 DEFINESHAPE3 defines id 0006
[01a]         7 PLACEOBJECT2 places id 0006 at depth 0001 (clip to 0004)
[020]        40 DEFINESHAPE3 defines id 0007
[01a]         5 PLACEOBJECT2 places id 0007 at depth 0002
[020]        38 DEFINESHAPE3 defines id 0008
[01a]         7 PLACEOBJECT2 places id 0008 at depth 0003 (clip to 0004)
[021]        38 DEFINETEXT2 defines id 0009
[01a]         5 PLACEOBJECT2 places id 0009 at depth 0004
[001]         0 SHOWFRAME 2 (00:00:03,994)
[01c]         2 REMOVEOBJECT2 removes object from depth 0004
[01c]         2 REMOVEOBJECT2 removes object from depth 0003
[01c]         2 REMOVEOBJECT2 removes object from depth 0002
[01c]         2 REMOVEOBJECT2 removes object from depth 0001
[020]        34 DEFINESHAPE3 defines id 0010
[01a]         7 PLACEOBJECT2 places id 0010 at depth 0001 (clip to 0004)
[020]        40 DEFINESHAPE3 defines id 0011
[01a]         5 PLACEOBJECT2 places id 0011 at depth 0002
[020]        38 DEFINESHAPE3 defines id 0012
[01a]         7 PLACEOBJECT2 places id 0012 at depth 0003 (clip to 0004)
[021]        38 DEFINETEXT2 defines id 0013
[01a]         5 PLACEOBJECT2 places id 0013 at depth 0004
[001]         0 SHOWFRAME 3 (00:00:07,988)
[01c]         2 REMOVEOBJECT2 removes object from depth 0004
[01c]         2 REMOVEOBJECT2 removes object from depth 0003
[01c]         2 REMOVEOBJECT2 removes object from depth 0002
[01c]         2 REMOVEOBJECT2 removes object from depth 0001
[020]        34 DEFINESHAPE3 defines id 0014
[01a]         7 PLACEOBJECT2 places id 0014 at depth 0001 (clip to 0004)
[020]        40 DEFINESHAPE3 defines id 0015
[01a]         5 PLACEOBJECT2 places id 0015 at depth 0002
[020]        38 DEFINESHAPE3 defines id 0016
[01a]         7 PLACEOBJECT2 places id 0016 at depth 0003 (clip to 0004)
[021]        34 DEFINETEXT2 defines id 0017
[01a]         5 PLACEOBJECT2 places id 0017 at depth 0004
[001]         0 SHOWFRAME 4 (00:00:11,981)
[01c]         2 REMOVEOBJECT2 removes object from depth 0004
[01c]         2 REMOVEOBJECT2 removes object from depth 0003
[01c]         2 REMOVEOBJECT2 removes object from depth 0002
[01c]         2 REMOVEOBJECT2 removes object from depth 0001
[020]        34 DEFINESHAPE3 defines id 0018
[01a]         7 PLACEOBJECT2 places id 0018 at depth 0001 (clip to 0004)
[020]        40 DEFINESHAPE3 defines id 0019
[01a]         5 PLACEOBJECT2 places id 0019 at depth 0002
[020]        38 DEFINESHAPE3 defines id 0020
[01a]         7 PLACEOBJECT2 places id 0020 at depth 0003 (clip to 0004)
[021]        39 DEFINETEXT2 defines id 0021
[01a]         5 PLACEOBJECT2 places id 0021 at depth 0004
[001]         0 SHOWFRAME 5 (00:00:15,975)
[01c]         2 REMOVEOBJECT2 removes object from depth 0004
[01c]         2 REMOVEOBJECT2 removes object from depth 0003
[01c]         2 REMOVEOBJECT2 removes object from depth 0002
[01c]         2 REMOVEOBJECT2 removes object from depth 0001
[020]        34 DEFINESHAPE3 defines id 0022
[01a]         7 PLACEOBJECT2 places id 0022 at depth 0001 (clip to 0004)
[020]        40 DEFINESHAPE3 defines id 0023
[01a]         5 PLACEOBJECT2 places id 0023 at depth 0002
[020]        38 DEFINESHAPE3 defines id 0024
[01a]         7 PLACEOBJECT2 places id 0024 at depth 0003 (clip to 0004)
[021]        39 DEFINETEXT2 defines id 0025
[01a]         5 PLACEOBJECT2 places id 0025 at depth 0004
[001]         0 SHOWFRAME 6 (00:00:19,969)
[000]         0 END
remnux@remnux:~/Desktop$

No comments:

Post a Comment