Header menu logo B2R2

IInstructionCollectable Type

Interface for collecting instructions.

Instance members

Instance member Description

this.Collect

Full Usage: this.Collect

Parameters:
Modifiers: abstract

Collect instructions from the binary. The `updateFn` is called for each instruction that is parsed.

updateFn : Addr * InstructionCandidate -> unit

this.ParseInstructionCandidate

Full Usage: this.ParseInstructionCandidate

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

Parse one or more instruction candidates from the given address.

arg0 : Addr
arg1 : ArchOperationMode
Returns: Result<InstructionCandidate, ErrorCase>

Type something to start searching.