Rizin
unix-like reverse engineering framework and cli tools
mach_header_64 Struct Reference

#include <mach0_defines.h>

Public Attributes

uint32_t magic
 
uint32_t cputype
 
uint32_t cpusubtype
 
uint32_t filetype
 
uint32_t ncmds
 
uint32_t sizeofcmds
 
uint32_t flags
 
uint32_t reserved
 

Detailed Description

Definition at line 601 of file mach0_defines.h.

Member Data Documentation

◆ cpusubtype

uint32_t mach_header_64::cpusubtype

Definition at line 604 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ cputype

uint32_t mach_header_64::cputype

Definition at line 603 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ filetype

uint32_t mach_header_64::filetype

Definition at line 605 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ flags

uint32_t mach_header_64::flags

Definition at line 608 of file mach0_defines.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ magic

uint32_t mach_header_64::magic

Definition at line 602 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ ncmds

uint32_t mach_header_64::ncmds

Definition at line 606 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ reserved

uint32_t mach_header_64::reserved

Definition at line 609 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ sizeofcmds

uint32_t mach_header_64::sizeofcmds

Definition at line 607 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().


The documentation for this struct was generated from the following file: