Struct
GumElfSectionDetails
Description
struct GumElfSectionDetails {
const gchar* id;
const gchar* name;
GumElfSectionType type;
guint64 flags;
GumAddress address;
guint64 offset;
gsize size;
guint32 link;
guint32 info;
guint64 alignment;
guint64 entry_size;
GumPageProtection protection;
}
No description available.
Structure members
id:const gchar*No description available.
name:const gchar*No description available.
type:GumElfSectionTypeNo description available.
flags:guint64No description available.
address:GumAddressNo description available.
offset:guint64No description available.
size:gsizeNo description available.
link:guint32No description available.
info:guint32No description available.
alignment:guint64No description available.
entry_size:guint64No description available.
protection:GumPageProtectionNo description available.