diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d030e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vs/ +Release/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..af6a2df --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# KakaoPatcher + +Originally, this was going to be used for a project to setup a custom KakaoTalk server, but those plans have fallen through. The old KakaoTalk client (from October 2013) used SSLv2, which is REALLY insecure and unsupported by almost ALL libraries. So, I put this project on the back burner since it would depend on writing a custom SSLv2 -> TLS 1.2 proxy which I really did not feel like doing for this project. + +## Usage + +- Download the October 2013 version of KakaoTalk +- Use [Stud_PE](https://www.cgsoftlabs.ro/studpe.html) to make the KakaoTalk executable dynamically load the KakaoPatcher DLL before the client runs +- Add these entries to your hosts file + +``` +127.0.0.1 api.talk.kikoo.xyz +127.0.0.1 sb-talk.kikoo.xyz +127.0.0.1 crash.kikoo.xyz +127.0.0.1 app.pc.kakao.com +``` + +- Run a HTTP and HTTPS server