Struct
GumElfSegmentDetails
Description
struct GumElfSegmentDetails {
GumAddress vm_address;
guint64 vm_size;
guint64 file_offset;
guint64 file_size;
GumPageProtection protection;
}
No description available.
Structure members
vm_address:GumAddressNo description available.
vm_size:guint64No description available.
file_offset:guint64No description available.
file_size:guint64No description available.
protection:GumPageProtectionNo description available.