Function
GumMemoryPatchPagesApplyFunc
Declaration
void
(* GumMemoryPatchPagesApplyFunc) (
gpointer mem,
gpointer target_page,
guint n_pages,
gpointer user_data
)
Parameters
mem-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. target_page-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. n_pages-
Type:
guintNo description available.
user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.