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

#include <bflt.h>

Public Attributes

ut32 reloc_paddr
 where to patch, offset from the beginning of the file More...
 
ut32 value_orig
 original value at that address More...
 

Detailed Description

Definition at line 36 of file bflt.h.

Member Data Documentation

◆ reloc_paddr

ut32 rz_bflt_reloc_t::reloc_paddr

where to patch, offset from the beginning of the file

Definition at line 37 of file bflt.h.

Referenced by bflt_load_relocs(), and patch_relocs_in().

◆ value_orig

ut32 rz_bflt_reloc_t::value_orig

original value at that address

Definition at line 38 of file bflt.h.

Referenced by bflt_load_relocs(), and patch_relocs_in().


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