Class
FridaScriptOptions
Description [src]
final class Frida.ScriptOptions : GObject.Object
{
/* No available fields */
}
Options for creating a FridaScript with frida_session_create_script().
Instance methods
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().
Properties
Frida.ScriptOptions:snapshot
A heap snapshot to start the script from, as produced by
frida_session_snapshot_script().
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.