https://github.com/PandaraWen/WeTransparentChat
Use back camera capturing make WeChat's message content page's background transparent
https://github.com/PandaraWen/WeTransparentChat
Last synced: 4 months ago
JSON representation
Use back camera capturing make WeChat's message content page's background transparent
- Host: GitHub
- URL: https://github.com/PandaraWen/WeTransparentChat
- Owner: PandaraWen
- License: mit
- Created: 2016-08-17T02:00:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T13:26:20.000Z (about 9 years ago)
- Last Synced: 2024-11-22T08:38:17.490Z (12 months ago)
- Language: Objective-C
- Homepage:
- Size: 383 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
- awesome - WeTransparentChat - Use back camera capturing make WeChat's message content page's background transparent. 【 [Priview](https://github.com/PandaraWen/WeTranslateparentChat/raw/master/images/IMG_0018.PNG) 】 (OOM-Leaks-Crash / 逆向开发)
README
# WeTranslateparentChat
Use back camera capturing make WeChat's message content page's background transparent

## 1. How does it work
Press the button at top right to set transparent background on/off
## 2. How to install
### 2.1 Change some values in Makefile
* THEOS_DEVICE_IP: You JailBreak iOS device's ip, staying in the same wifi network with your mac
* TARGET: iOS SDK version you use
### 2.2 Install
```
make package install
```
I think you can understand it if you have access to iOS APP reverse enginerring.