frida / frida-objc-bridge

Objective-C runtime interop from Frida
49 stars 21 forks source link

Error: Unable to handle type undefined #36

Open AlexanderGatesV2 opened 3 years ago

AlexanderGatesV2 commented 3 years ago

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.

Any help would be appreciated. Thank you!