Function

GumFoundDominatingSiteFunc

Declaration

gboolean
(* GumFoundDominatingSiteFunc) (
  gconstpointer site,
  gsize capacity,
  gpointer user_data
)

Description

No description available.

Parameters

site

Type: gconstpointer

Instruction-aligned address that dominates the target.

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

Type: gsize

Number of contiguous bytes at site with 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: gpointer

Data passed to the dominating-site enumerator.

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

Return value

Type: gboolean

TRUE to keep enumerating, FALSE to stop.