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

#include <rz_bin.h>

Public Attributes

char * name
 
ut64 size
 
ut64 vsize
 
ut64 vaddr
 
ut64 paddr
 
ut32 perm
 
ut64 align
 
const char * arch
 
ut64 type
 
ut64 flags
 
char * format
 
int bits
 
bool has_strings
 
bool is_data
 
bool is_segment
 

Detailed Description

Definition at line 618 of file rz_bin.h.

Member Data Documentation

◆ align

ut64 rz_bin_section_t::align

◆ arch

const char* rz_bin_section_t::arch

Definition at line 627 of file rz_bin.h.

Referenced by luac_add_section(), and test_group_name.GroupTest::run().

◆ bits

int rz_bin_section_t::bits

◆ flags

ut64 rz_bin_section_t::flags

Definition at line 629 of file rz_bin.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ format

char* rz_bin_section_t::format

◆ has_strings

bool rz_bin_section_t::has_strings

Definition at line 632 of file rz_bin.h.

Referenced by luac_add_section(), and sections().

◆ is_data

◆ is_segment

bool rz_bin_section_t::is_segment

◆ name

◆ paddr

◆ perm

◆ size

◆ type

◆ vaddr

◆ vsize


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