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:GumAddressAddress of the section in memory.
size:gsizeSize of the section in bytes.