PDA

View Full Version : i can't find token with FLASM


Josan420
05-09-2012, 02:17 AM
i tried fllasm and get this
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
http://www.speedauction.tv/jwplayer/player.swf

karlo2105
05-09-2012, 02:47 AM
I just checked they don't seem to use token.

Josan420
05-09-2012, 03:48 AM
ok thanks
but can u explain me how to find it
try this one it use token
http://www.zonytvcom.info/you/player.swf

chap
05-09-2012, 04:31 AM
{
case "NetConnection.Connect.Success":
{
if (evt.info.secureToken != undefined)
{
this._connection.call("secureTokenResponse", null, com.wowza.encryptionAS3.TEA.decrypt(evt.info.secur eToken, "#ed%h*ibuntu*0#w@1"));
}
if (evt.info.data)
{
this.checkDynamic(evt.info.data.version);
}

Josan420
05-09-2012, 05:34 AM
ok thanks
can u explain me how to use flasm

chap
05-09-2012, 08:05 AM
ok thanks
can u explain me how to use flasm

try use
http://www.showmycode.com/

Josan420
05-09-2012, 09:55 AM
Thanks Chap:)
U R Great

karlo2105
05-11-2012, 03:21 AM
try use
http://www.showmycode.com/

It can't open this player (http://www.zonytvcom.info/you/player.swf). I wonder how did you decompile player as it's redirected to PNG image.

Josan420
05-11-2012, 03:52 AM
It can't open this player (http://www.zonytvcom.info/you/player.swf). I wonder how did you decompile player as it's redirected to PNG image.


r u asking about this player?
http://www.zonytvcom.info/you/player.swf
first i download this player with IDM then on this site
http://www.showmycode.com/
choose player, uncheked that small box (because if i check it didn't find any token) then clicked show my code.
there i found TOKEN
(sorry for my english)