Rizin
unix-like reverse engineering framework and cli tools
|
#include <te_specs.h>
Definition at line 92 of file te_specs.h.
ut32 TE_image_section_header::Characteristics |
Definition at line 102 of file te_specs.h.
Referenced by rz_bin_te_get_sections().
ut8 TE_image_section_header::Name[TE_IMAGE_SIZEOF_NAME] |
Definition at line 93 of file te_specs.h.
ut16 TE_image_section_header::NumberOfLinenumbers |
Definition at line 101 of file te_specs.h.
ut16 TE_image_section_header::NumberOfRelocations |
Definition at line 100 of file te_specs.h.
ut32 TE_image_section_header::PointerToLineNumbers |
Definition at line 99 of file te_specs.h.
ut32 TE_image_section_header::PointerToRawData |
Definition at line 97 of file te_specs.h.
Referenced by rz_bin_te_get_sections().
ut32 TE_image_section_header::PointerToRelocations |
Definition at line 98 of file te_specs.h.
ut32 TE_image_section_header::SizeOfRawData |
Definition at line 96 of file te_specs.h.
Referenced by rz_bin_te_get_sections().
ut32 TE_image_section_header::VirtualAddress |
Definition at line 95 of file te_specs.h.
Referenced by rz_bin_te_get_sections().
ut32 TE_image_section_header::VirtualSize |
Definition at line 94 of file te_specs.h.
Referenced by rz_bin_te_get_sections().