Constructor

GumMemoryMapnew

Declaration [src]

GumMemoryMap*
gum_memory_map_new (
  GumPageProtection prot
)

Description [src]

Creates a memory map of the process’s currently mapped ranges whose protection includes prot.

Parameters

prot

Type: GumPageProtection

Protection the included ranges must have.

Return value

Type: GumMemoryMap

A new GumMemoryMap.

The caller of the function takes ownership of the data, and is responsible for freeing it.