LIEF: Library to Instrument Executable Formats Version 0.15.1
Loading...
Searching...
No Matches
Macho_Header_t Struct Reference

#include <Header.h>

Public Attributes

uint32_t magic
 
enum LIEF_MACHO_CPU_TYPES cpu_type
 
uint32_t cpu_subtype
 
enum LIEF_MACHO_FILE_TYPES file_type
 
uint32_t nb_cmds
 
uint32_t sizeof_cmds
 
uint32_t flags
 
uint32_t reserved
 

Member Data Documentation

◆ cpu_subtype

uint32_t Macho_Header_t::cpu_subtype

◆ cpu_type

enum LIEF_MACHO_CPU_TYPES Macho_Header_t::cpu_type

◆ file_type

enum LIEF_MACHO_FILE_TYPES Macho_Header_t::file_type

◆ flags

uint32_t Macho_Header_t::flags

◆ magic

uint32_t Macho_Header_t::magic

◆ nb_cmds

uint32_t Macho_Header_t::nb_cmds

◆ reserved

uint32_t Macho_Header_t::reserved

◆ sizeof_cmds

uint32_t Macho_Header_t::sizeof_cmds

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