clugh

Results 7 comments of clugh

You don't change the key used to patch `libg.so`, you change the one used to connect to Supercell's servers [here](https://github.com/clugh/coc-proxy/blob/5c9fcce5d390d159462feecad988ee850233cb0c/coc/client/crypto.py#L10).

I haven't attempted to use the proxy with CR, so I don't have first-hand experience, so I'll have to defer to @123456abcdef, but assuming it works the same way as...

In the patching instructions [here](https://github.com/clugh/coc-proxy#installation), there is this line: ``` xxd -p -c 32 key-backup.bin ``` The output of that line should match @123456abcdef's [key](https://github.com/clugh/coc-proxy/issues/3#issue-139095164). If not, something either went...

What is the specific error message you are getting? Is it `Failed to decrypt the message (server, 10101).`?

After you pushed `libg.so` to your device, did you kill and reopen the app? It will keep the original in memory as long as it is open.

Ah, it appears there was some miscommunication. When you [said](https://github.com/clanner/cocdp/issues/19#issuecomment-194518241) you changed the key in the patch procedure, I [said](https://github.com/clanner/cocdp/issues/19#issuecomment-194528023) not to change the key used to patch `libg.so`. I...

To recap our discussion from [here](http://ultrapowa.com/forum/showthread.php?2935-Packets-Decryption): There was a formatting error on the [Protocol](https://github.com/clanner/cocdp/wiki/Protocol) wiki page, as it should be `len(`**`basekey`**`+"nonce")` bytes skipped initially. So the steps would be: 1....