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

#include <xbe.h>

Public Attributes

ut32 flags
 
ut32 vaddr
 
ut32 vsize
 
ut32 offset
 
ut32 size
 
ut32 name_addr
 
ut32 refcount
 
ut32 padding [2]
 
ut8 digest [20]
 

Detailed Description

Definition at line 48 of file xbe.h.

Member Data Documentation

◆ digest

ut8 xbe_section::digest[20]

Definition at line 57 of file xbe.h.

Referenced by read_xbe_section().

◆ flags

ut32 xbe_section::flags

Definition at line 49 of file xbe.h.

Referenced by cmd_descs_generate.Arg::__str__(), read_xbe_section(), and sections().

◆ name_addr

ut32 xbe_section::name_addr

Definition at line 54 of file xbe.h.

Referenced by read_xbe_section(), and sections().

◆ offset

ut32 xbe_section::offset

Definition at line 52 of file xbe.h.

Referenced by read_xbe_section(), sections(), and symbols().

◆ padding

ut32 xbe_section::padding[2]

Definition at line 56 of file xbe.h.

Referenced by read_xbe_section().

◆ refcount

ut32 xbe_section::refcount

Definition at line 55 of file xbe.h.

Referenced by read_xbe_section().

◆ size

ut32 xbe_section::size

Definition at line 53 of file xbe.h.

Referenced by read_xbe_section(), and sections().

◆ vaddr

ut32 xbe_section::vaddr

Definition at line 50 of file xbe.h.

Referenced by read_xbe_section(), sections(), and symbols().

◆ vsize

ut32 xbe_section::vsize

Definition at line 51 of file xbe.h.

Referenced by read_xbe_section(), sections(), and symbols().


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