frida / frida-website

Frida's website
MIT License
83 stars 190 forks source link

unable to access process with pid XXX from the current user accoun #253

Open mustafairan opened 1 year ago

mustafairan commented 1 year ago

Hi, I am trying to hook a process on macosx. The process is belong to a third party app not a system binary. My objective is to hook the relevant method checking the system date. When I use the below command, I take the error. What should I do? thanks in advance

frida -f /Applications/blabala.app/Contents/MacOS/blabla

 ____
/ _  |   Frida 16.0.8 - 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) Spawning `/Applications/blabala.app/Contents/MacOS/blabla Failed to attach: unable to access process with pid 10209 from the current user account

Fra-SM commented 1 year ago

I get the same issue if I run frida-trace on any process. Any updates on this?