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:
guintThe process ID.
id-
Type:
guintThe injection ID.
cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. _callback_-
Type:
GAsyncReadyCallbackNo description available.
_callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.