An iOS tweak which captures the packets iOS and your iPhone's baseband exchange and provides a TCP interface on port 33067 to query them. It supports iPhones with Qualcomm (QMI) and Intel (ARI) modems.
iOS Versions: 14.0 - 18.0
TCP Port: 33067
To build the Tweak, you have to install make and Theos.
You can either build the tweak for rootfull or rootless tweak injectors. MobileSubstrate used for the unc0ver jailbreak on iOS 14 is a rootfull tweak injector. ElleKit used for the Dopamine and the Palera1n jailbreak on iOS 15 and 16 is a rootless tweak injector.
# Rootfull (iOS 14)
gmake clean
FINALPACKAGE=1 gmake package
# Rootless (iOS 15 & 16)
gmake clean
THEOS_PACKAGE_SCHEME=rootless FINALPACKAGE=1 gmake package
Transfer the resulting package .deb
to your device and install it using its package manager (Cydia, Sileo, or Zebra).
If you're running the Dopamine or Palera1n jailbreak, don't forget to install ElleKit beforehand.
- Install Theos and set up its respective environment variables (which usually happens automatically)
- Proxy the SSH port of your iPhone
iproxy 2222 22
- Build and install the tweak
gmake do