View Single Post
  #1  
Old 05-09-2012, 02:17 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

i can't find token with FLASM


i tried fllasm and get this
Code:
The system cannot find message text for message number 0x2350 in the message fil
e for Application.

Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

H:\channel\wadhu ghatu\rtmpdump-20110925-git-6230845-win32\Hash&SizeSWFPlayer\fl
asm>flasm

Flasm 1.62 build Jun  9 2007

(c) 2001 Opaque Industries, (c) 2002-2007 Igor Kogan, (c) 2005 Wang Zhen
All rights reserved. See LICENSE.TXT for terms of use.

Usage: flasm [command] filename

Commands:
   -d     Disassemble SWF file to the console
   -a     Assemble Flasm project (FLM)
   -u     Update SWF file, replace Flasm macros
   -b     Assemble actions to __bytecode__ instruction or byte sequence
   -z     Compress SWF with zLib
   -x     Decompress SWF

Backups with $wf extension are created for altered SWF files.

To save disassembly or __bytecode__ to file, redirect it:
flasm -d foo.swf > foo.flm
flasm -b foo.txt > foo.as

Read flasm.html for more information.

H:\channel\wadhu ghatu\rtmpdump-20110925-git-6230845-win32\Hash&SizeSWFPlayer\fl
asm>flasm -d player.swf
movie 'player.swf' compressed // flash 10, total frames: 1, frame rate: 24 fps,
500x375 px

  fileAttributes attrActionScript3,attrHasMetadata

  metadata '<rdf:RDF xmlns:rdf=\'http://www.w3.org/1999/02/22-rdf-syntax-ns#\'><
rdf:Description rdf:about=\'\' xmlns:dc=\'http://purl.org/dc/elements/1.1\'><dc:
format>application/x-shockwave-flash</dc:format><dc:title>Adobe Flex 3 Applicati
on</dc:title><dc:description>http://www.adobe.com/products/flex</dc:description>
<dc:publisher>unknown</dc:publisher><dc:creator>unknown</dc:creator><dc:language
>EN</dc:language><dc:date>Feb 10, 2010</dc:date></rdf:Description></rdf:RDF>'

  scriptLimits recursion 1000 timeout 60

  defineMovieClip 1 // total frames: 0
  end // of defineMovieClip 1

  // unknown tag 87 length 774

  // unknown tag 87 length 980

  // unknown tag 87 length 8576

  // unknown tag 82 length 154068

  // unknown tag 76 length 413
end

H:\channel\wadhu ghatu\rtmpdump-20110925-git-6230845-win32\Hash&SizeSWFPlayer\fl
asm>
please someone help me to find token of this
HTML Code:
http://www.speedauction.tv/jwplayer/player.swf
Reply With Quote