frida-jb-bypass icon indicating copy to clipboard operation
frida-jb-bypass copied to clipboard

Frida script to bypass the iOS application Jailbreak Detection

Results 4 frida-jb-bypass issues
Sort by recently updated
recently updated
newest added

frida -U -l bypass-jailbreak-detection.js IndOASIS ____ / _ | **Frida 14.2.12** - A world-class dynamic instrumentation toolkit | (_| | > _ | Commands: /_/ |_| help -> Displays the...

Hi there, I can list all the processes with "frida-ps -Uai" however, the process that i wanted to analyze have space character "XXX YYY". When i try to choose the...

In my case, the script "find-classes.js" finds class named: `TokenLibObjC.JailbreakDetection` for which the script "show-all-methods-of-specific-class.js" raises the exception: `[*] Started: Find All Methods of a Specific Class` `[!] Exception2: cannot...

in file:bypass-jailbreak-detection.js newretval = ptr("0x0") --> changing this line to var newretval = ptr("0x0") might fix the problem