Class

FridaApplication

Description [src]

final class Frida.Application : GObject.Object
{
  /* No available fields */
}

Represents an application installed on a device.

Ancestors

Instance methods

frida_application_get_identifier

The application’s identifier, such as its bundle or package ID.

frida_application_get_name

The application’s display name.

frida_application_get_pid

The PID of the application if it is running, or 0 otherwise.

frida_application_get_parameters

Additional parameters describing the application, keyed by name.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.Application:identifier

The application’s identifier, such as its bundle or package ID.

Frida.Application:name

The application’s display name.

Frida.Application:pid

The PID of the application if it is running, or 0 otherwise.

Frida.Application:parameters

Additional parameters describing the application, keyed by name.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FridaApplicationClass {
  /* no available fields */
}

No description available.