Rizin
unix-like reverse engineering framework and cli tools
mach_header 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
 

Detailed Description

Definition at line 591 of file mach0_defines.h.

Member Data Documentation

◆ cpusubtype

uint32_t mach_header::cpusubtype

Definition at line 594 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ cputype

uint32_t mach_header::cputype

Definition at line 593 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ filetype

uint32_t mach_header::filetype

Definition at line 595 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ flags

uint32_t mach_header::flags

Definition at line 598 of file mach0_defines.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ magic

uint32_t mach_header::magic

Definition at line 592 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ ncmds

uint32_t mach_header::ncmds

Definition at line 596 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().

◆ sizeofcmds

uint32_t mach_header::sizeofcmds

Definition at line 597 of file mach0_defines.h.

Referenced by xnu_build_corefile_header().


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