i've been trying to decompress SWF, and the data (i think) is:
Code:
python swfunzip.py ExtraPlayerLoader.swf bet365Nuevo.swf
info : Input file: ExtraPlayerLoader.swf
info : Output file: bet365Nuevo.swf
info : Reading ExtraPlayerLoader.swf
info : zlib compressed swf detected.
info : Filesize in signature: 18995 <<<<<< THIS VALUE >
info : Filesize decompressed: 18995
info : Generating uncompressed data
File decompressed, size increased: 51%
and later:
Code:
openssl sha256 -hmac "Genuine Adobe Flash Player 001" bet365Nuevo.swf
HMAC-SHA256(bet365Nuevo.swf)= 22f36d478718f94340901e9c694c99d03f3b0d4016fb0a935c63af24869a76ee
so i go to the rtmpdump with this data, but no luck.. i think im missing some AMF parameters like "-C S:client -C S:3.0.3.23 -C S:en -C O:1 -C NB:disAllowScriptAccess:0 -C O:0"... what u think? (my export debug goes in the next reply 'cause the entry its too long :P )