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

#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
 

Detailed Description

Definition at line 74 of file wasm.h.

Member Data Documentation

◆ count

ut32 rz_bin_wasm_section_t::count

Definition at line 82 of file wasm.h.

Referenced by rz_bin_wasm_get_sections().

◆ id

ut8 rz_bin_wasm_section_t::id

◆ name

◆ name_len

ut32 rz_bin_wasm_section_t::name_len

Definition at line 77 of file wasm.h.

Referenced by rz_bin_wasm_get_sections().

◆ offset

ut32 rz_bin_wasm_section_t::offset

Definition at line 79 of file wasm.h.

Referenced by rz_bin_wasm_get_sections(), and sections().

◆ payload_data

ut32 rz_bin_wasm_section_t::payload_data

◆ payload_len

ut32 rz_bin_wasm_section_t::payload_len

◆ size

ut32 rz_bin_wasm_section_t::size

Definition at line 76 of file wasm.h.

Referenced by rz_bin_wasm_get_sections().


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