frida_anti_root_bypass
Bypass root and jailbreak detection in iOS and Android apps by hooking file existence checks, sysctl, getenv, and runtime execution.
Instructions
Bypass root/jailbreak detection in a target process.
iOS: hooks NSFileManager for jailbreak paths, sysctl for P_TRACED, getenv for DYLD_INSERT_LIBRARIES. Android: hooks File.exists for su paths, Runtime.exec for su, spoofs Build.TAGS/FINGERPRINT.
target: process name or pid (string).
Returns a list of successfully installed bypasses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |