You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
| (| |
> _ | 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
The text was updated successfully, but these errors were encountered:
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
| (| |
> _ | 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
The text was updated successfully, but these errors were encountered: