Rizin
unix-like reverse engineering framework and cli tools
|
#include <private.h>
Public Attributes | |
RzList * | list |
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... | |
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().
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().
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().