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

#include <mach0.h>

Public Attributes

ut64 offset
 
ut64 addr
 
ut64 size
 
ut64 vsize
 
ut32 align
 
ut32 flags
 
int perm
 
char name [RZ_BIN_MACH0_STRING_LENGTH]
 
int last
 

Detailed Description

Definition at line 42 of file mach0.h.

Member Data Documentation

◆ addr

ut64 section_t::addr

Definition at line 44 of file mach0.h.

◆ align

ut32 section_t::align

Definition at line 47 of file mach0.h.

◆ flags

ut32 section_t::flags

Definition at line 48 of file mach0.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ last

int section_t::last

Definition at line 51 of file mach0.h.

◆ name

◆ offset

ut64 section_t::offset

Definition at line 43 of file mach0.h.

◆ perm

int section_t::perm

Definition at line 49 of file mach0.h.

◆ size

ut64 section_t::size

Definition at line 45 of file mach0.h.

◆ vsize

ut64 section_t::vsize

Definition at line 46 of file mach0.h.

Referenced by rebase_offset_to_paddr().


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