API Version: 1.0
Library Version: 1.0
Generated by gi-docgen 2026.1
enum Frida.ChildOrigin
How a FridaChild came to be.
FridaChild
FRIDA_CHILD_ORIGIN_FORK
Created by fork().
0
FRIDA_CHILD_ORIGIN_EXEC
The result of an exec() replacing the image.
exec()
1
FRIDA_CHILD_ORIGIN_SPAWN
Spawned as a new process.
2
Content