Quote:
Originally Posted by ris
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?
|
You had it. The key is included in the loginResult packet, floor(4*sqrt(key)) is the value you have to send back.