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
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 jailbreak on iOS 15 is a rootless tweak injector.
# Rootfull (iOS 14)
gmake clean
FINALPACKAGE=1 gmake package
# Rootless (iOS 15)
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 jailbreak, don't forget to install ElleKit beforehand.
- Install Theos and set up its respective environment variables
- Proxy the SSH port of your iPhone
iproxy 2222 22
- Build and install the tweak
gmake do