Enumeration

FridaChildOrigin

Declaration

enum Frida.ChildOrigin

Description [src]

How a FridaChild came to be.

Members

FRIDA_CHILD_ORIGIN_FORK

Created by fork().

  • Value: 0
  • Available since: 1.0
FRIDA_CHILD_ORIGIN_EXEC

The result of an exec() replacing the image.

  • Value: 1
  • Available since: 1.0
FRIDA_CHILD_ORIGIN_SPAWN

Spawned as a new process.

  • Value: 2
  • Available since: 1.0