FICTURE7 / CoCSharp

Clash of Clans library, proxy and server written in .NET [Unmaintained]
MIT License
109 stars 57 forks source link

Fully compiled programe #59

Closed smartclash closed 8 years ago

smartclash commented 8 years ago

It would be great if you guys please upload a fully compiled programme for users who don't know how to use it or for persons who are learning it.

It would be also for great for people like me...

Thanks in advance

FICTURE7 commented 8 years ago

You can get a compiled CoCSharp.Server here. I will create releases on GitHub when I feel the project is stable enough for a release. You also need a patched apk for it to work properly because of the new encryption.

smartclash commented 8 years ago

what do you mean by patched apk? what should i do? sorry if i am disturbing you!

FICTURE7 commented 8 years ago

This is due to the latest update, the new encryption uses a public-key cryptography method where there is a public key and private key. We can get the public key from the apk(libg.so) but it will be extremely hard to find out the private key as it would take years to crack the private key meaning we cannot decrypt any data sent.

Therefore we just patch the apk(libg.so) to use our own public key and as we know its corresponding private key because we generated the keypair we can decrypt and encrypt data.

You can find the steps to patch libg.so here or if you're using BlueStacks you can download this one.