Method

FridaScriptOptionsset_snapshot

Declaration

void
frida_script_options_set_snapshot (
  FridaScriptOptions* self,
  GBytes* value
)

Description [src]

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

Parameters

value

Type: GBytes

No description available.

The argument can be NULL.
The data is owned by the caller of the method.