Header menu logo B2R2

IInstructionCollectable Type

Provides an interface for collecting instructions.

Instance members

Instance member Description

this.Collect

Full Usage: this.Collect

Parameters:
Modifiers: abstract

Collects 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

Parses one or more instruction candidates from the given address.

arg0 : Addr
Returns: Result<InstructionCandidate, ErrorCase>

Type something to start searching.