Method

FridaApplicationQueryOptionsselect_identifier

Declaration

void
frida_application_query_options_select_identifier (
  FridaApplicationQueryOptions* self,
  const gchar* identifier
)

Description [src]

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

Parameters

identifier

Type: const gchar*

The application identifier to include.

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