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

#include <bflt.h>

Public Attributes

RzBfltHdr hdr
 
RzVector relocs
 
RzVector got_relocs
 
RzBufferb
 
RzBufferbuf_patched
 overlay over the original file with relocs patched More...
 
ut64 baddr
 
bool big_endian
 
size_t size
 
uint32_t n_got
 

Detailed Description

Definition at line 41 of file bflt.h.

Member Data Documentation

◆ b

RzBuffer* rz_bflt_obj_t::b

Definition at line 45 of file bflt.h.

Referenced by rz_bflt_free(), and rz_bflt_init().

◆ baddr

ut64 rz_bflt_obj_t::baddr

Definition at line 47 of file bflt.h.

Referenced by rz_bflt_init().

◆ big_endian

bool rz_bflt_obj_t::big_endian

Definition at line 48 of file bflt.h.

Referenced by info(), and rz_bflt_init().

◆ buf_patched

RzBuffer* rz_bflt_obj_t::buf_patched

overlay over the original file with relocs patched

Definition at line 46 of file bflt.h.

Referenced by maps(), rz_bflt_free(), and virtual_files().

◆ got_relocs

RzVector rz_bflt_obj_t::got_relocs

Definition at line 44 of file bflt.h.

Referenced by relocs(), rz_bflt_free(), and rz_bflt_init().

◆ hdr

RzBfltHdr rz_bflt_obj_t::hdr

Definition at line 42 of file bflt.h.

Referenced by maps(), and sections().

◆ n_got

uint32_t rz_bflt_obj_t::n_got

Definition at line 50 of file bflt.h.

◆ relocs

RzVector rz_bflt_obj_t::relocs

Definition at line 43 of file bflt.h.

Referenced by relocs(), rz_bflt_free(), and rz_bflt_init().

◆ size

size_t rz_bflt_obj_t::size

Definition at line 49 of file bflt.h.

Referenced by rz_bflt_init().


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