Rizin
unix-like reverse engineering framework and cli tools
|
#include <dbi.h>
Public Attributes | |
ut16 | Section |
char | Padding1 [2] |
st32 | Offset |
st32 | Size |
ut32 | Characteristics |
ut16 | ModuleIndex |
char | Padding2 [2] |
ut32 | DataCrc |
ut32 | RelocCrc |
ut32 SectionContribEntry::Characteristics |
Definition at line 22 of file dbi.h.
Referenced by parse_dbi_stream_section_entry().
ut32 SectionContribEntry::DataCrc |
Definition at line 25 of file dbi.h.
Referenced by parse_dbi_stream_section_entry().
ut16 SectionContribEntry::ModuleIndex |
Definition at line 23 of file dbi.h.
Referenced by parse_dbi_stream_section_entry().
st32 SectionContribEntry::Offset |
Definition at line 20 of file dbi.h.
Referenced by parse_dbi_stream_section_entry().
char SectionContribEntry::Padding1[2] |
Definition at line 19 of file dbi.h.
Referenced by parse_dbi_stream_section_entry().
char SectionContribEntry::Padding2[2] |
Definition at line 24 of file dbi.h.
Referenced by parse_dbi_stream_section_entry().
ut32 SectionContribEntry::RelocCrc |
Definition at line 26 of file dbi.h.
Referenced by parse_dbi_stream_section_entry().
ut16 SectionContribEntry::Section |
Definition at line 18 of file dbi.h.
Referenced by parse_dbi_stream_section_entry().
st32 SectionContribEntry::Size |
Definition at line 21 of file dbi.h.
Referenced by parse_dbi_stream_section_entry().