Method

FridaScriptOptionsget_snapshot

Declaration

GBytes*
frida_script_options_get_snapshot (
  FridaScriptOptions* self
)

Description [src]

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

Return value

Type: GBytes

No description available.

The returned data is owned by the instance.
The return value can be NULL.