What problem does it solve? Security researchers analyzing iOS apps often hit jailbreak detection that crashes the app on launch, or need to understand what an existing Substrate tweak hooks. This Skill provides a complete workflow for setting up a jailbroken test device (palera1n), identifying and bypassing jailbreak detection, reverse-engineering tweaks, and performing remote LLDB debugging. ## Core Features & Use Cases - Jailbreak Environment Setup: Step-by-step installation of palera1n, Theos, Frida, and LLDB with iproxy/usbmuxd port forwarding on a controlled test device. - Detection Identification & Bypass: Static string/xref analysis plus Frida hooking of file-existence APIs (access, stat, dlopen) to enumerate detection points and neutralize them. - Tweak Reverse Engineering: Unpack .deb packages, inspect MobileSubstrate plist filters, and locate MSHookMessageEx/MSHookFunction calls to map hooked classes and methods. - Use Case: An app crashes immediately on a jailbroken device. Use this Skill to spawn it under Frida, log which jailbreak artifact paths it checks, bypass each check, then attach LLDB remotely to continue dynamic analysis. ## Quick Start Analyze this iOS app's jailbreak detection on my palera1n test device and list the detection points with bypass steps.