Function
GumCloakclip_range
Declaration [src]
GArray*
gum_cloak_clip_range (
const GumMemoryRange* range
)
Description [src]
Determines how much of the given memory range is currently visible.
May return an empty array if the entire range is cloaked, or NULL if it is
entirely visible.
Parameters
range-
Type:
GumMemoryRangeThe range to determine the visible parts of.
The data is owned by the caller of the function.