Function
GumFoundDominatingSiteFunc
Declaration
gboolean
(* GumFoundDominatingSiteFunc) (
gconstpointer site,
gsize capacity,
gpointer user_data
)
Parameters
site-
Type:
gconstpointerInstruction-aligned address that dominates the target.
The argument can be NULL.The data is owned by the caller of the function. capacity-
Type:
gsizeNumber of contiguous bytes at
sitewith no incoming branch and within a single range — how much may be overwritten by a redirect without another control-flow edge landing inside it. user_data-
Type:
gpointerData passed to the dominating-site enumerator.
The argument can be NULL.The data is owned by the caller of the function.