Header menu logo B2R2

ILowerable Type

Represents an interface for lowering binary code from an assembly string.

Instance members

Instance member Description

this.Lower

Full Usage: this.Lower

Parameters:
    arg0 : string

Returns: Result<byte[] list, string>
Modifiers: abstract

Assembles binary code from a given assembly string, returning a list of byte arrays, where each array corresponds to bytecode of a single instruction.

arg0 : string
Returns: Result<byte[] list, string>

Type something to start searching.