Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.05 KB

File metadata and controls

33 lines (21 loc) · 1.05 KB

RocketBootstrap Example

An xpc service jailbreak daemon + tweak example.

To communicate with a sandbox app, you may need to design your tweak in this pattern:

xpc

Now here it is.

Build

  1. Xcode is required.
  2. Install theos and sdks.
  3. Install RocketBootstrap on your iOS jailbroken device.
  4. Copy /usr/include/rocketbootstrap* from your device to $THEOS/include/rocketbootstrap.
  5. Copy /usr/lib/librocketbootstrap.dylib from your device to $THEOS/lib.
  6. Configure THEOS_DEVICE_IP, THEOS_DEVICE_PORT, and do ssh-copy-id to your development device.
  7. make package && make install

Usage

  1. ssh into your development device.
  2. Open sandbox app (i.e. App Store in this tweak).
  3. storeappversiontool your-name and you will receive messages from sandbox app.
MyTest2:~ root# storeappversiontool Lessica
Hello Lessica, I am com.apple.AppStore.