Method

GumMemoryMapcontains

Declaration [src]

gboolean
gum_memory_map_contains (
  GumMemoryMap* self,
  const GumMemoryRange* range
)

Description [src]

Checks whether range lies entirely within a single mapped range of the map.

Parameters

range

Type: GumMemoryRange

The range to test.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if range is fully contained.