Thread: help token
View Single Post
  #9  
Old 03-03-2013, 06:47 PM
chitawar chitawar is offline
Junior Member
 
Join Date: Feb 2013
Posts: 17
chitawar is on a distinguished road
Default

Re: help token


Quote:
Originally Posted by AmazingMatze View Post
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.)
thank you very much for everything.

with me pluging container generates this file:

plugin-container.DMP
FlashPlayerPlugin_11_6_602_171.DMP

With what program I can open it? I've tried with a edithex but I get a lot of numbers and can not find the option to put normal. Show me a program that I can serve. the Flasm've tried but not working. I can not open the program, I guess it's because I have windows 7.
Reply With Quote