Method

FridaSpawnGatingOptionsset_scope

Declaration

void
frida_spawn_gating_options_set_scope (
  FridaSpawnGatingOptions* self,
  FridaSpawnGatingScope value
)

Description [src]

Which processes to gate. Anything other than DEFAULT requires a Frida new enough to support scoping, and fails rather than silently gating something broader than asked.

Parameters

value

Type: FridaSpawnGatingScope

No description available.