Method

FridaInjectordemonitor_and_clone_state

Declaration

void
frida_injector_demonitor_and_clone_state (
  FridaInjector* self,
  guint id,
  GCancellable* cancellable,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description [src]

Stops monitoring an injection and clones its state into a new injection that inherits it.

Parameters

id

Type: guint

The injection ID.

cancellable

Type: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
_callback_

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
_callback__target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.