[PR #68] [CLOSED] allows build atlantis to a jailbreak tweak #128

Closed
opened 2026-03-03 19:12:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/68
Author: @qiudaomao
Created: 4/14/2021
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 1d97f79 allows build atlantis to a jailbreak tweak

📊 Changes

11 files changed (+265 additions, -0 deletions)

View changed files

📝 .gitignore (+3 -0)
theos/Makefile (+27 -0)
theos/README.md (+26 -0)
theos/Tweak.xm (+32 -0)
theos/assets/ProxyMan.png (+0 -0)
theos/assets/settings1.png (+0 -0)
theos/assets/settings2.png (+0 -0)
theos/atlantis.plist (+7 -0)
theos/layout/DEBIAN/control (+9 -0)
theos/layout/Library/PreferenceLoader/Preferences/atlantis_prefs.json (+58 -0)
theos/layout/Library/PreferenceLoader/Preferences/atlantis_prefs.plist (+103 -0)

📄 Description

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ProxymanApp/atlantis/pull/68 **Author:** [@qiudaomao](https://github.com/qiudaomao) **Created:** 4/14/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`1d97f79`](https://github.com/ProxymanApp/atlantis/commit/1d97f798a2cfd9e03830bb53b3e4fbf8301d5d86) allows build atlantis to a jailbreak tweak ### 📊 Changes **11 files changed** (+265 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) ➕ `theos/Makefile` (+27 -0) ➕ `theos/README.md` (+26 -0) ➕ `theos/Tweak.xm` (+32 -0) ➕ `theos/assets/ProxyMan.png` (+0 -0) ➕ `theos/assets/settings1.png` (+0 -0) ➕ `theos/assets/settings2.png` (+0 -0) ➕ `theos/atlantis.plist` (+7 -0) ➕ `theos/layout/DEBIAN/control` (+9 -0) ➕ `theos/layout/Library/PreferenceLoader/Preferences/atlantis_prefs.json` (+58 -0) ➕ `theos/layout/Library/PreferenceLoader/Preferences/atlantis_prefs.plist` (+103 -0) </details> ### 📄 Description 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 ```shell ### 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 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:12:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#128
No description provided.