Quote:
Originally Posted by itsme
another bit of information for other developer:
check out the loginResult invoke packet, it contains the streamid and key you need, wait for the UpdateSession Packet until the girl is in RX_IDLE Mode and use the key to compute the hash, send the result as result packet. If you guys are developer... the way to compute the hash is in the swf (decompile it).
|
I had no luck trying to decompile the swf. The best result I obtained was 4*sqrt(key), but I could not figure how this key is obtained from the values of loginResult, key, ..., sent by the server.
Please, could you elaborate on the hash computation or suggest a good swf decompiler/disassembler?