https://github.com/PandaraWen/FakeWeChatLocation
A tweak that can fake location info in WeChat
https://github.com/PandaraWen/FakeWeChatLocation
Last synced: 4 months ago
JSON representation
A tweak that can fake location info in WeChat
- Host: GitHub
- URL: https://github.com/PandaraWen/FakeWeChatLocation
- Owner: PandaraWen
- License: mit
- Created: 2016-08-14T13:35:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T02:40:52.000Z (about 9 years ago)
- Last Synced: 2024-11-22T08:38:16.969Z (12 months ago)
- Language: Objective-C
- Size: 242 KB
- Stars: 66
- Watchers: 4
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - FakeWeChatLocation - A tweak that can fake location info in WeChat. (OOM-Leaks-Crash / 逆向开发)
README
# FakeWeChatLocation
A tweak that can fake location info in WeChat
### 1. How does it work
1) Set the location after app finish launching

2) Then when you enter the page "People Nearby", you will see you are located in where you set

3) As well as the page Moments

### 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 thinke you can understand it if you have access to iOS APP reverse enginerring.