Header menu logo B2R2

Memory Type

Constructors

Constructor Description

Memory()

Full Usage: Memory()

Returns: Memory
Returns: Memory

Instance members

Instance member Description

this.ByteRead

Full Usage: this.ByteRead

Parameters:
Returns: Result<byte, ErrorCase>
Modifiers: abstract

Read a byte from the memory.

arg0 : Addr
Returns: Result<byte, ErrorCase>

this.ByteWrite

Full Usage: this.ByteWrite

Parameters:
    arg0 : Addr
    arg1 : byte

Modifiers: abstract

Write a byte from the memory.

arg0 : Addr
arg1 : byte

this.Clear

Full Usage: this.Clear

Modifiers: abstract

Clear up the memory contents; make the whole memory empty.

this.Read

Full Usage: this.Read

Parameters:
Returns: Result<BitVector, ErrorCase>

Read a bitvector value from the memory.

addr : uint64
endian : Endian
typ : RegType
Returns: Result<BitVector, ErrorCase>

this.Write

Full Usage: this.Write

Parameters:

Write a bitvector value to the memory.

addr : uint64
v : BitVector
endian : Endian

Type something to start searching.