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
Frida 14.2.13 - A world-class dynamic instrumentation toolkit
____
/ _ |
| (| |
> _ | Commands:
// |_| help -> Displays the help system
. . . . object? -> Display information about 'object'
. . . . exit/quit -> Exit
. . . .
. . . . More info at https://www.frida.re/docs/home/
Attaching...
[*] Starting Hooking
NSLeafProxy
Error: Unable to handle type undefined
at readType (frida/node_modules/frida-objc-bridge/index.js:1291)
at parseSignature (frida/node_modules/frida-objc-bridge/index.js:1241)
at makeMethodInvocationWrapper (frida/node_modules/frida-objc-bridge/index.js:1032)
at _ (frida/node_modules/frida-objc-bridge/index.js:557)
at get (frida/node_modules/frida-objc-bridge/index.js:402)
at (/hooking.js:86)
Apple M1
iPhone X 14.3
When I got this error I figured I might be missing "frida-objc-bridge" so I downloaded it but have no idea where to put it or if I'm supposed to make it. No instructions are found.
Any help would be appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Frida 14.2.13 - A world-class dynamic instrumentation toolkit
____
/ _ |
| (| |
> _ | Commands:
// |_| help -> Displays the help system
. . . . object? -> Display information about 'object'
. . . . exit/quit -> Exit
. . . .
. . . . More info at https://www.frida.re/docs/home/
Attaching...
[*] Starting Hooking
NSLeafProxy
Error: Unable to handle type undefined
at readType (frida/node_modules/frida-objc-bridge/index.js:1291)
at parseSignature (frida/node_modules/frida-objc-bridge/index.js:1241)
at makeMethodInvocationWrapper (frida/node_modules/frida-objc-bridge/index.js:1032)
at _ (frida/node_modules/frida-objc-bridge/index.js:557)
at get (frida/node_modules/frida-objc-bridge/index.js:402)
at (/hooking.js:86)
Apple M1
iPhone X 14.3
When I got this error I figured I might be missing "frida-objc-bridge" so I downloaded it but have no idea where to put it or if I'm supposed to make it. No instructions are found.
Any help would be appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: