frida / frida

Clone this repo to build Frida
https://frida.re
Other
16.05k stars 1.66k forks source link

frida on mac m1 12.6 Failed to attach #2280

Open Scholar01 opened 2 years ago

Scholar01 commented 2 years ago

❯ uname -a Darwin DBdeMacBook-Pro.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64

❯ python --version Python 3.10.0

❯ pip list| grep frida frida 16.0.1 frida-tools 12.0.1

❯ frida QQ


/ _  |   Frida 16.0.1 - A world-class dynamic instrumentation toolkit

| (_| |

| Commands: // |_| help -> Displays the help system . . . . object? -> Display information about 'object' . . . . exit/quit -> Exit . . . . . . . . More info at https://frida.re/docs/home/ . . . . . . . . Connected to Local System (id=local) Failed to attach: unable to bind, “fstat$INODE64” not found in “/usr/lib/libSystem.B.dylib”

Scholar01 commented 2 years ago

How do I fix it?

bakabird commented 1 year ago

Did u used Conda?