Rizin
unix-like reverse engineering framework and cli tools
|
#include <wasm.h>
Public Attributes | |
ut32 | body_size |
ut32 | local_count |
struct rz_bin_wasm_local_entry_t * | locals |
ut32 | code |
ut32 | len |
ut8 | byte |
char | name [RZ_BIN_WASM_STRING_LENGTH] |
char * | signature |
ut32 rz_bin_wasm_code_t::body_size |
Definition at line 167 of file wasm.h.
Referenced by parse_code_entry().
ut8 rz_bin_wasm_code_t::byte |
Definition at line 172 of file wasm.h.
Referenced by parse_code_entry().
ut32 rz_bin_wasm_code_t::code |
Definition at line 170 of file wasm.h.
Referenced by entries(), parse_code_entry(), rz_bin_wasm_get_entrypoint(), and symbols().
ut32 rz_bin_wasm_code_t::len |
Definition at line 171 of file wasm.h.
Referenced by parse_code_entry(), and symbols().
ut32 rz_bin_wasm_code_t::local_count |
Definition at line 168 of file wasm.h.
Referenced by parse_code_entry().
struct rz_bin_wasm_local_entry_t* rz_bin_wasm_code_t::locals |
Definition at line 169 of file wasm.h.
Referenced by rz_bin_wasm_free_codes().
char rz_bin_wasm_code_t::name[RZ_BIN_WASM_STRING_LENGTH] |
Definition at line 173 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(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().