Method

FridaProcessQueryOptionsenumerate_selected_pids

Declaration

void
frida_process_query_options_enumerate_selected_pids (
  FridaProcessQueryOptions* self,
  GFunc func,
  void* func_target
)

Description [src]

Invokes func for each selected PID.

Parameters

func

Type: GFunc

Function called with each PID.

func_target

Type: void*

No description available.

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