-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Frida has a feature called spawn gating, where it attaches to launchd and awaits a process by its identifier (com.apple.foobar or similar). This is particularly useful when the target is not an app, but a process that is initialized through launchd, and in general to capture early startup of a process.
It would be great to add this as a command line option to gxpc :)
In the Frida command line tools, it is using the flag -W. Here is the Python source code for this, not sure about the Go bindings:
https://github.com/frida/frida-tools/blob/0c7caeae0e4b08d1ec36a922515b90bf8c295130/frida_tools/application.py#L547
jevinskieNSEcho
Metadata
Metadata
Assignees
Labels
No labels