B2R2.FrontEnd.WASM Namespace
Contains types and functions for working with the WASM instructions.
| Type/Module | Description |
|
Represents an instruction for WASM. |
|
|
Represents a WASM opcode. |
|
|
Represents an operand used in an WASM instruction. |
|
|
Represents a set of operands in an WASM instruction. |
|
|
Provides several useful functions for handling WASM registers. |
|
|
Represents a WASM register. |
|
|
Represents a factory for accessing various WASM register variables. |
|
|
Represents a parser for WASM instructions. |
B2R2