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

No description available.

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

No description available.