Thread: help token
View Single Post
  #8  
Old 03-03-2013, 06:30 PM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: help token


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.)
Reply With Quote