Struct

GumSectionDetails

Description [src]

struct GumSectionDetails {
  const gchar* id;
  const gchar* name;
  GumAddress address;
  gsize size;
}

Details about a section, as passed to a GumFoundSectionFunc.

Structure members
id: const gchar*

Stable identifier of the section, e.g. 0.__TEXT.__text.

name: const gchar*

Name of the section.

address: GumAddress

Address of the section in memory.

size: gsize

Size of the section in bytes.