Class
FridaSnapshotOptions
Description [src]
final class Frida.SnapshotOptions : GObject.Object
{
/* No available fields */
}
Options for building a heap snapshot with frida_session_snapshot_script().
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.
Properties
Frida.SnapshotOptions:warmup-script
Script to run to warm up the runtime before capturing the snapshot.
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.