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

#include <private.h>

Public Attributes

RzListlist
 Contains all the strings in list form. More...
 
HtUP * phys
 Contains all the strings but mapped by physical address. More...
 
HtUP * virt
 Contains all the strings but mapped by virtual address. More...
 

Detailed Description

Definition at line 37 of file private.h.

Member Data Documentation

◆ list

RzList* rz_bin_string_database_t::list

Contains all the strings in list form.

Definition at line 38 of file private.h.

Referenced by rz_bin_string_database_new().

◆ phys

HtUP* rz_bin_string_database_t::phys

Contains all the strings but mapped by physical address.

Definition at line 39 of file private.h.

Referenced by rz_bin_string_database_new().

◆ virt

HtUP* rz_bin_string_database_t::virt

Contains all the strings but mapped by virtual address.

Definition at line 40 of file private.h.

Referenced by rz_bin_string_database_new().


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