Bypassing Jailbreak

One of the easiest ways to bypass jailbreak detection is using Objection. Objection is a framework built on top of Frida which can automatically bypass jailbreak detection.

objection -g 'Application Name' explore
ios jailbreak disable

The more reliable way to bypass jailbreak detection would be using Frida directly. Frida is a great reverse engineering tool and can be used to achieve so many tasks.

Links:

Bypass Jailbreak Detection with Frida in iOS applications

rubaljain/frida-jb-bypass

A Guide To Objection + Frida

Objection Tutorial

iOS Pentesting Tools Part 3: Frida and Objection

Last updated