Enumeration

FridaSpawnGatingScope

Declaration

enum Frida.SpawnGatingScope

Description

No description available.

Members

FRIDA_SPAWN_GATING_SCOPE_DEFAULT

Leave the choice to the implementation. Sent as a plain enable_spawn_gating call, so it still works against a Frida too old to know about scopes.

  • Value: 0
  • Available since: 1.0
FRIDA_SPAWN_GATING_SCOPE_APPLICATIONS

Application launches only.

  • Value: 1
  • Available since: 1.0
FRIDA_SPAWN_GATING_SCOPE_PROCESSES

Every process created on the system. More potent but far more intrusive.

  • Value: 2
  • Available since: 1.0