Method

FridaProcessQueryOptionsselect_pid

Declaration

void
frida_process_query_options_select_pid (
  FridaProcessQueryOptions* self,
  guint pid
)

Description [src]

Restricts the query to the given PID. May be called multiple times to select several.

Parameters

pid

Type: guint

The process ID to include.