Struct
GumSymbolSection
Description [src]
struct GumSymbolSection {
const gchar* id;
GumPageProtection protection;
}
The section a symbol belongs to.
Structure members
id:const gchar*Stable identifier of the section, e.g.
0.__TEXT.__text.protection:GumPageProtectionThe section’s memory protection.