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: GumAddress

No description available.

vm_size: guint64

No description available.

file_offset: guint64

No description available.

file_size: guint64

No description available.

protection: GumPageProtection

No description available.