Method

FridaDevicespawn

Declaration

void
frida_device_spawn (
  FridaDevice* self,
  const gchar* program,
  FridaSpawnOptions* options,
  GCancellable* cancellable,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description [src]

Starts a new process in a suspended state, ready to be resumed once instrumentation is in place.

Parameters

program

Type: const gchar*

Path or identifier of the program to launch.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
options

Type: FridaSpawnOptions

Spawn options such as argv, env, and stdio, or null.

The argument can be NULL.
The data is owned by the caller of the method.
cancellable

Type: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
_callback_

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
_callback__target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.