Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mustafairan opened this issue Feb 16, 2023 · 1 comment
Open

Comments

@mustafairan
Copy link

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
Copy link

Fra-SM commented Aug 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants