Method

FridaSnapshotOptionsset_warmup_script

Declaration

void
frida_snapshot_options_set_warmup_script (
  FridaSnapshotOptions* self,
  const gchar* value
)

Description [src]

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

Parameters

value

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.