Header menu logo B2R2

WasmBinFile Type

This class represents a Web Assembly (Wasm Module) binary file.

Constructors

Constructor Description

WasmBinFile(path, bytes)

Full Usage: WasmBinFile(path, bytes)

Parameters:
    path : string
    bytes : byte[]

Returns: WasmBinFile
path : string
bytes : byte[]
Returns: WasmBinFile

WasmBinFile(path, bytes, baseAddrOpt)

Full Usage: WasmBinFile(path, bytes, baseAddrOpt)

Parameters:
    path : string
    bytes : byte[]
    baseAddrOpt : uint64 option

Returns: WasmBinFile
path : string
bytes : byte[]
baseAddrOpt : uint64 option
Returns: WasmBinFile

Instance members

Instance member Description

this.WASM

Full Usage: this.WASM

Returns: WasmModule
Returns: WasmModule

Type something to start searching.