Struct
GumDarwinSectionDetails
Description
struct GumDarwinSectionDetails {
gchar segment_name[17];
gchar section_name[17];
GumAddress vm_address;
guint64 size;
GumDarwinPageProtection protection;
guint32 file_offset;
guint32 flags;
}
No description available.
Structure members
segment_name:gcharNo description available.
section_name:gcharNo description available.
vm_address:GumAddressNo description available.
size:guint64No description available.
protection:GumDarwinPageProtectionNo description available.
file_offset:guint32No description available.
flags:guint32No description available.