Try
flasm. This pretty ancient tool still does the job (for this particular SWF):
Code:
http://www.nowrap.de/flasm.html
http://www.nowrap.de/download/flasm16win.zip
Code:
Usage: flasm -x player.swf
Or you can try dumping the process memory of the Adobe Flash player components:
Code:
FlashPlayerPlugin_11_6_602_171.exe
plugin-container.exe
If you have Windows 7 open the Task Manager and rightclick these processes and create a dump file.
If you don't have Windows 7 use
ProcDump:
Code:
http://technet.microsoft.com/en-us/sysinternals/dd996900
Now open the decompressed
.swf or the
.dmp with a HexEditor e.g. (hXXp://mh-nexus.de/en/programs.php) and watch out for the usual suspects (like: secureToken, sharedsecret etc.)