|
From: strk <st...@ke...> - 2007-02-12 22:24:26
|
Attached a simple SWF that makes 'listswf' choke. The sourcecode (buildable with openlaszlo) is as follows: <canvas> <text>This is some text</text> <view bgcolor="red" width="100" height="100" y="40"/> </canvas> 'flasm' decompiles it fine (but yes, it's not an actions problem). Ming gives: Stream out of sync after parse of blocktype 34 (SWF_DEFINEBUTTON2). 155 but expecting 151. ... Stream out of sync after parse of blocktype 26 (SWF_PLACEOBJECT2). 189 but expecting 193. Then finally: Offset: 193 (0x00c1) Block type: 0 (SWF_END) Block length: 0 extra garbage (i.e., we messed up in main): 0000: 03 00 00 0c 00 08 01 00 01 00 02 00 44 00 00 00 ........ ....D... 0010: 00 00 1a 00 ff 09 15 00 00 00 04 00 02 00 02 03 ........ ........ --strk; () ASCII Ribbon Campaign /\ Keep it simple! |