Class

FridaScriptOptions

Description [src]

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

Options for creating a FridaScript with frida_session_create_script().

Ancestors

Constructors

frida_script_options_new

Creates a new FridaScriptOptions.

Instance methods

frida_script_options_get_name

A name for the script, used in logging and debugging.

frida_script_options_set_name

A name for the script, used in logging and debugging.

frida_script_options_get_snapshot

A heap snapshot to start the script from, as produced by frida_session_snapshot_script().

frida_script_options_set_snapshot

A heap snapshot to start the script from, as produced by frida_session_snapshot_script().

frida_script_options_get_snapshot_transport

How the snapshot is delivered to the runtime.

frida_script_options_set_snapshot_transport

How the snapshot is delivered to the runtime.

frida_script_options_get_runtime

Which JavaScript runtime to run the script in.

frida_script_options_set_runtime

Which JavaScript runtime to run the script in.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.ScriptOptions:name

A name for the script, used in logging and debugging.

Frida.ScriptOptions:snapshot

A heap snapshot to start the script from, as produced by frida_session_snapshot_script().

Frida.ScriptOptions:snapshot-transport

How the snapshot is delivered to the runtime.

Frida.ScriptOptions:runtime

Which JavaScript runtime to run the script in.

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 FridaScriptOptionsClass {
  /* no available fields */
}

No description available.