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

#include <zimg.h>

Public Attributes

int size
 
const char * file
 
RzBufferb
 
struct zimg_header_t header
 
ut32strings
 
RzListmethods_list
 
RzListimports_list
 
ut64 code_from
 
ut64 code_to
 
Sdbkv
 

Detailed Description

Definition at line 22 of file zimg.h.

Member Data Documentation

◆ b

RzBuffer* rz_bin_zimg_obj_t::b

Definition at line 25 of file zimg.h.

◆ code_from

ut64 rz_bin_zimg_obj_t::code_from

Definition at line 30 of file zimg.h.

◆ code_to

ut64 rz_bin_zimg_obj_t::code_to

Definition at line 31 of file zimg.h.

◆ file

const char* rz_bin_zimg_obj_t::file

Definition at line 24 of file zimg.h.

◆ header

struct zimg_header_t rz_bin_zimg_obj_t::header

Definition at line 25 of file zimg.h.

◆ imports_list

RzList* rz_bin_zimg_obj_t::imports_list

Definition at line 29 of file zimg.h.

◆ kv

Sdb* rz_bin_zimg_obj_t::kv

Definition at line 32 of file zimg.h.

◆ methods_list

RzList* rz_bin_zimg_obj_t::methods_list

Definition at line 28 of file zimg.h.

◆ size

int rz_bin_zimg_obj_t::size

Definition at line 23 of file zimg.h.

◆ strings

ut32* rz_bin_zimg_obj_t::strings

Definition at line 27 of file zimg.h.


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