Enumeration

FridaSnapshotTransport

Declaration

enum Frida.SnapshotTransport

Description [src]

How a script’s heap snapshot is delivered to the runtime.

Members

FRIDA_SNAPSHOT_TRANSPORT_INLINE

Embed the snapshot inline with the script.

  • Value: 0
  • Available since: 1.0
FRIDA_SNAPSHOT_TRANSPORT_SHARED_MEMORY

Pass the snapshot through shared memory.

  • Value: 1
  • Available since: 1.0