Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_pdb.h>
Public Attributes | |
RzBuffer * | buf |
RzPdbMsfSuperBlock * | super_block |
RzList * | streams |
RzPdbStream * | s_pdb |
RzPdbDbiStream * | s_dbi |
RzPdbTpiStream * | s_tpi |
RzPdbGDataStream * | s_gdata |
RzPdbOmapStream * | s_omap |
RzPdbPeStream * | s_pe |
RzBuffer* rz_pdb_t::buf |
Definition at line 242 of file rz_pdb.h.
Referenced by pdb7_extract_msf_stream_directory(), pdb7_extract_streams(), rz_bin_pdb_free(), and rz_bin_pdb_parse_from_buf().
RzPdbDbiStream* rz_pdb_t::s_dbi |
Definition at line 246 of file rz_pdb.h.
Referenced by parse_dbi_stream(), parse_streams(), and rz_bin_pdb_free().
RzPdbGDataStream* rz_pdb_t::s_gdata |
Definition at line 248 of file rz_pdb.h.
Referenced by parse_gdata_stream(), pdb_set_symbols(), and rz_bin_pdb_free().
RzPdbOmapStream* rz_pdb_t::s_omap |
Definition at line 249 of file rz_pdb.h.
Referenced by parse_omap_stream(), pdb_set_symbols(), and rz_bin_pdb_free().
RzPdbStream* rz_pdb_t::s_pdb |
Definition at line 245 of file rz_pdb.h.
Referenced by parse_pdb_stream(), and rz_bin_pdb_free().
RzPdbPeStream* rz_pdb_t::s_pe |
Definition at line 250 of file rz_pdb.h.
Referenced by parse_pe_stream(), pdb_set_symbols(), and rz_bin_pdb_free().
RzPdbTpiStream* rz_pdb_t::s_tpi |
Definition at line 247 of file rz_pdb.h.
Referenced by parse_tpi_stream(), rz_bin_pdb_free(), rz_core_bin_pdb_types_print(), and rz_parse_pdb_types().
RzList* rz_pdb_t::streams |
Definition at line 244 of file rz_pdb.h.
Referenced by parse_streams(), pdb7_parse(), and rz_bin_pdb_free().
RzPdbMsfSuperBlock* rz_pdb_t::super_block |
Definition at line 243 of file rz_pdb.h.
Referenced by pdb7_extract_msf_stream_directory(), pdb7_extract_streams(), rz_bin_pdb_free(), and rz_bin_pdb_parse_from_buf().