Sinisterly
Flash Player obfuscated actionscript decode? - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: Flash Player obfuscated actionscript decode? (/Thread-Flash-Player-obfuscated-actionscript-decode)



Flash Player obfuscated actionscript decode? - mytv - 12-10-2012

I have the longtail swf media player and the programmer has hidden the token, i know its defined as a private variable in the program, is there anyway to know what the string is?

The text in bold is where he used to place the token in speech marks, but now e.g. (evt.info.secureToken, "T212*&&&")

this._StrPool1168.call("secureTokenResponse", null, TEA.decrypt(evt.info.secureToken, _StrPool2659._StrPool2660(0)));


where would i find the string being used?

many thanks

swf can be downloaded here


RE: Flash Player obfuscated actionscript decode? - RA1N - 12-10-2012

upload the SWF Ill try and make a deobed client.


RE: Flash Player obfuscated actionscript decode? - mytv - 12-11-2012

(12-10-2012, 08:45 PM)RA1N Wrote: upload the SWF Ill try and make a deobed client.


Download Link


Thanks for taking a look at this Smile much appreciated


RE: Flash Player obfuscated actionscript decode? - mytv - 12-11-2012

any luck with this yet RA1N?