Rizin
unix-like reverse engineering framework and cli tools
|
#include <wasm.h>
Public Attributes | |
ut32 | field_len |
char | field_str [RZ_BIN_WASM_STRING_LENGTH] |
ut8 | kind |
ut32 | index |
ut32 rz_bin_wasm_export_t::field_len |
Definition at line 144 of file wasm.h.
Referenced by parse_export_entry().
char rz_bin_wasm_export_t::field_str[RZ_BIN_WASM_STRING_LENGTH] |
Definition at line 145 of file wasm.h.
Referenced by parse_export_entry().
ut32 rz_bin_wasm_export_t::index |
Definition at line 147 of file wasm.h.
Referenced by find_export(), and parse_export_entry().
ut8 rz_bin_wasm_export_t::kind |
Definition at line 146 of file wasm.h.
Referenced by find_export(), and parse_export_entry().