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

#include <wasm.h>

Public Attributes

ut32 body_size
 
ut32 local_count
 
struct rz_bin_wasm_local_entry_tlocals
 
ut32 code
 
ut32 len
 
ut8 byte
 
char name [RZ_BIN_WASM_STRING_LENGTH]
 
char * signature
 

Detailed Description

Definition at line 166 of file wasm.h.

Member Data Documentation

◆ body_size

ut32 rz_bin_wasm_code_t::body_size

Definition at line 167 of file wasm.h.

Referenced by parse_code_entry().

◆ byte

ut8 rz_bin_wasm_code_t::byte

Definition at line 172 of file wasm.h.

Referenced by parse_code_entry().

◆ code

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

◆ len

ut32 rz_bin_wasm_code_t::len

Definition at line 171 of file wasm.h.

Referenced by parse_code_entry(), and symbols().

◆ local_count

ut32 rz_bin_wasm_code_t::local_count

Definition at line 168 of file wasm.h.

Referenced by parse_code_entry().

◆ locals

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

◆ name

◆ signature

char* rz_bin_wasm_code_t::signature

Definition at line 174 of file wasm.h.


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