Add README and gitignore

This commit is contained in:
tzx
2026-01-30 22:01:25 -08:00
parent 4fabd7cd1a
commit 8cd8f71a95
2 changed files with 20 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.vs/
Release/

18
README.md Normal file
View File

@@ -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