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/nodemodules/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.
Frida 14.2.13 - A world-class dynamic instrumentation toolkit
| (_| |
[*] 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/nodemodules/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!