Virtual Method

FridaInjectorrecreate_thread

Declaration

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

Description [src]

Recreates the thread used by an injection in the target process, for example after the process has forked.

Parameters

pid

Type: guint

The process ID.

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.

_callback__target

Type: void*

No description available.

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