Rizin
unix-like reverse engineering framework and cli tools
rz_bin_wasm_export_t Struct Reference

#include <wasm.h>

Public Attributes

ut32 field_len
 
char field_str [RZ_BIN_WASM_STRING_LENGTH]
 
ut8 kind
 
ut32 index
 

Detailed Description

Definition at line 143 of file wasm.h.

Member Data Documentation

◆ field_len

ut32 rz_bin_wasm_export_t::field_len

Definition at line 144 of file wasm.h.

Referenced by parse_export_entry().

◆ field_str

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().

◆ index

ut32 rz_bin_wasm_export_t::index

Definition at line 147 of file wasm.h.

Referenced by find_export(), and parse_export_entry().

◆ kind

ut8 rz_bin_wasm_export_t::kind

Definition at line 146 of file wasm.h.

Referenced by find_export(), and parse_export_entry().


The documentation for this struct was generated from the following file: