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

Further examining some special cases

Open tloki opened this issue 3 years ago • 0 comments

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 read property '$methods' of undefined [*] Completed: Find All Methods of a Specific Class

The script works fine (in sense of finding the methods of a class) if class name doesn't have "." (dot) in it. How does one approach this is it does?

tloki avatar Jan 20 '21 05:01 tloki