Constructor

GumModuleMapnew

Declaration [src]

GumModuleMap*
gum_module_map_new (
  void
)

Description [src]

Creates a module map covering all of the process’s currently loaded modules.

Return value

Type: GumModuleMap

A new GumModuleMap.

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