Class

FridaSnapshotOptions

Description [src]

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

Options for building a heap snapshot with frida_session_snapshot_script().

Ancestors

Constructors

frida_snapshot_options_new

Creates a new FridaSnapshotOptions.

Instance methods

frida_snapshot_options_get_warmup_script

Script to run to warm up the runtime before capturing the snapshot.

frida_snapshot_options_set_warmup_script

Script to run to warm up the runtime before capturing the snapshot.

frida_snapshot_options_get_runtime

Which JavaScript runtime to capture the snapshot for.

frida_snapshot_options_set_runtime

Which JavaScript runtime to capture the snapshot for.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.SnapshotOptions:warmup-script

Script to run to warm up the runtime before capturing the snapshot.

Frida.SnapshotOptions:runtime

Which JavaScript runtime to capture the snapshot for.

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

No description available.