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

No description available.

section_name: gchar

No description available.

vm_address: GumAddress

No description available.

size: guint64

No description available.

protection: GumDarwinPageProtection

No description available.

file_offset: guint32

No description available.

flags: guint32

No description available.