# Install curl using Cydia before using the next command # /bin/bash -c "$(curl -fsSL https://gist.github.com/interference-security/68faea1f4a445a7814cc2518a7d1c416/raw/c715dbc30397762239b3bf2d76c60859a5c83625/frida-server-ios-all-interfaces.sh)" launchctl unload -w /Library/LaunchDaemons/re.frida.server.plist cat >/Library/LaunchDaemons/re.frida.server.plist < Label re.frida.server Program /usr/sbin/frida-server ProgramArguments /usr/sbin/frida-server -l 0.0.0.0 EnvironmentVariables _MSSafeMode 1 UserName root RunAtLoad KeepAlive ThrottleInterval 5 ExecuteAllowed EOL launchctl load -w /Library/LaunchDaemons/re.frida.server.plist