Skip to content

Instantly share code, notes, and snippets.

@lgq2015
lgq2015 / build_frida.sh
Created December 10, 2025 08:08 — forked from miticollo/build_frida.sh
How to build frida-server (≥ 16.2.2) for iOS jailbroken devices
#!/usr/bin/env bash
#
# Build Frida DEB.
# register the cleanup function to be called on the EXIT signal
trap cleanup INT
#######################################
# Deletes the temp directory.
# Globals:
@lgq2015
lgq2015 / How-to-build-frida-server-for-ios.md
Created December 8, 2025 03:22 — forked from miticollo/How-to-build-frida-server-for-ios.md
How to build frida server for iOS jailbroken devices

Here, I'll show you how to compile Frida for both rootfull and rootless jailbreaks.

TL;DR

On Dopamine/Fugu15 Max or palera1n you can add my repo (open the link in your favorite browser on your jailbroken iDevice).

The DEBs you will install are build using the following instructions.

Update 2024-02-29