Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allows build atlantis to a jailbreak tweak #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qiudaomao
Copy link

@qiudaomao qiudaomao commented Apr 14, 2021

Add theos build support, allows intercepting HTTP/HTTPS traffic for any third party apps under jailbreak environment

Require device jailbreaked.
Successful tried youtube, I'm able to see youtube https traffics from ProxyMan.

Build and Use

### First install and setup theos
sudo git clone --recursive https://github.com/theos/theos /opt/theos
export THEOS=/opt/theos
export THEOS_DEVICE_IP=YouriPhoneIP

### Build tweak
git clone https://github.com/runatlantis/atlantis
cd atlantis/theos

make -j4
make package

#before install, make sure install applist, preferenceloader from cydia
make install

### Phone will restart SpringBoard, then Open Settings - Atlantis enable/disable app you want
### restart the target app, and you can see network traffics on Proxyman

Add theos build support, allows intercepting HTTP/HTTPS traffic for any
third party apps under jailbreak environment
@qiudaomao
Copy link
Author

qiudaomao commented Apr 15, 2021

Update patchset 2.
Add options to edit proxyman host address, and switches to enable/disable intercepting installed apps.

img

@qiudaomao qiudaomao changed the title Add theos build support for build jailbreak tweak allows build atlantis to a jailbreak tweak Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants