Rizin
unix-like reverse engineering framework and cli tools
|
#include <wasm.h>
Public Attributes | |
ut8 | id |
ut32 | size |
ut32 | name_len |
char | name [RZ_BIN_WASM_STRING_LENGTH] |
ut32 | offset |
ut32 | payload_data |
ut32 | payload_len |
ut32 | count |
ut32 rz_bin_wasm_section_t::count |
Definition at line 82 of file wasm.h.
Referenced by rz_bin_wasm_get_sections().
ut8 rz_bin_wasm_section_t::id |
Definition at line 75 of file wasm.h.
Referenced by capstone.CsInsn::insn_name(), rz_bin_wasm_get_sections(), rz_bin_wasm_get_sections_by_id(), and sections().
char rz_bin_wasm_section_t::name[RZ_BIN_WASM_STRING_LENGTH] |
Definition at line 78 of file wasm.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), get_entries_from_section(), test_group_name.GroupTest::run(), rz_bin_wasm_get_custom_names(), rz_bin_wasm_get_sections(), sections(), and cmd_descs_generate.CmdDesc::str_tab().
ut32 rz_bin_wasm_section_t::name_len |
Definition at line 77 of file wasm.h.
Referenced by rz_bin_wasm_get_sections().
ut32 rz_bin_wasm_section_t::offset |
Definition at line 79 of file wasm.h.
Referenced by rz_bin_wasm_get_sections(), and sections().
ut32 rz_bin_wasm_section_t::payload_data |
Definition at line 80 of file wasm.h.
Referenced by get_entries_from_section(), rz_bin_wasm_get_custom_name_entries(), rz_bin_wasm_get_sections(), and rz_bin_wasm_get_start().
ut32 rz_bin_wasm_section_t::payload_len |
Definition at line 81 of file wasm.h.
Referenced by get_entries_from_section(), rz_bin_wasm_get_custom_name_entries(), rz_bin_wasm_get_sections(), rz_bin_wasm_get_start(), and sections().
ut32 rz_bin_wasm_section_t::size |
Definition at line 76 of file wasm.h.
Referenced by rz_bin_wasm_get_sections().