Skip to content

Support spawn gatingΒ #23

@jiska2342

Description

@jiska2342

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions