19 lines
826 B
Markdown
19 lines
826 B
Markdown
# 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
|