Function

FridaInjectornew

Declaration

FridaInjector*
frida_injector_new (
  void
)

Description [src]

Creates an injector backed by a helper process, suitable for injecting into other processes.

Return value

Type: FridaInjector

The new injector.

The caller of the function takes ownership of the data, and is responsible for freeing it.