simulator-trainer
July 7, 2025 ยท View on GitHub
Simulator tweak injection and helpers
Usage
Drag an iOS app or tweak .deb file into a Simulator to install it
- Download/build an iOS app or iOS tweak (
.deb). - Boot a Simulator with simulator-trainer.
- Drop the file onto the sim window and wait for a respring.

What it does
- Turns Simulator.app into a dylib and dlopens it for in-process swizzling.
- Mounts a writable
tmpfsoverlay on the simulator runtime.
(one simruntime per iOS version, shared by every device model). - Injects a loader into
libobjc.A.dylibto start tweaks. - Installs tweaks inside the overlay; non-sim binaries are auto-converted during install.
install ios tweaks

install ios apps

trace objc_msgSend

cycript
