Enumeration

FridaStdio

Declaration

enum Frida.Stdio

Description [src]

How to set up the standard I/O streams of a spawned process.

Members

FRIDA_STDIO_INHERIT

Inherit the host’s streams.

  • Value: 0
  • Available since: 1.0
FRIDA_STDIO_PIPE

Pipe the streams through Frida, surfaced via FridaDevice::output and frida_device_input().

  • Value: 1
  • Available since: 1.0