Function
GumModifyThreadFunc
Declaration
void
(* GumModifyThreadFunc) (
GumThreadId thread_id,
GumCpuContext* cpu_context,
gpointer user_data
)
Parameters
thread_id-
Type:
GumThreadIdNo description available.
cpu_context-
Type:
GumCpuContextNo description available.
The data is owned by the caller of the function. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.