Struct
GumDarwinSegment
Description
struct GumDarwinSegment {
gchar name[17];
GumAddress vm_address;
guint64 vm_size;
guint64 file_offset;
guint64 file_size;
GumDarwinPageProtection protection;
}
No description available.
Structure members
name:gcharNo description available.
vm_address:GumAddressNo description available.
vm_size:guint64No description available.
file_offset:guint64No description available.
file_size:guint64No description available.
protection:GumDarwinPageProtectionNo description available.