You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: