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

#include <bflt.h>

Public Attributes

char magic [4]
 
ut32 rev
 
ut32 entry
 
ut32 data_start
 
ut32 data_end
 
ut32 bss_end
 
ut32 stack_size
 
ut32 reloc_start
 
ut32 reloc_count
 
ut32 flags
 
ut32 build_date
 
ut32 filler [5]
 

Detailed Description

Definition at line 21 of file bflt.h.

Member Data Documentation

◆ bss_end

ut32 rz_bflt_hdr_t::bss_end

Definition at line 27 of file bflt.h.

Referenced by sections().

◆ build_date

ut32 rz_bflt_hdr_t::build_date

Definition at line 32 of file bflt.h.

◆ data_end

ut32 rz_bflt_hdr_t::data_end

Definition at line 26 of file bflt.h.

Referenced by maps(), and sections().

◆ data_start

ut32 rz_bflt_hdr_t::data_start

Definition at line 25 of file bflt.h.

Referenced by maps(), and sections().

◆ entry

ut32 rz_bflt_hdr_t::entry

Definition at line 24 of file bflt.h.

◆ filler

ut32 rz_bflt_hdr_t::filler[5]

Definition at line 33 of file bflt.h.

◆ flags

ut32 rz_bflt_hdr_t::flags

Definition at line 31 of file bflt.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ magic

char rz_bflt_hdr_t::magic[4]

Definition at line 22 of file bflt.h.

◆ reloc_count

ut32 rz_bflt_hdr_t::reloc_count

Definition at line 30 of file bflt.h.

◆ reloc_start

ut32 rz_bflt_hdr_t::reloc_start

Definition at line 29 of file bflt.h.

◆ rev

ut32 rz_bflt_hdr_t::rev

Definition at line 23 of file bflt.h.

◆ stack_size

ut32 rz_bflt_hdr_t::stack_size

Definition at line 28 of file bflt.h.


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