IInstructionCollectable Type
Provides an interface for collecting instructions.
Instance members
| Instance member |
Description
|
Full Usage:
this.Collect
Parameters:
Addr * InstructionCandidate -> unit
Modifiers: abstract |
Collects instructions from the binary. The `updateFn` is called for each instruction that is parsed.
|
Full Usage:
this.ParseInstructionCandidate
Parameters:
Addr
Returns: Result<InstructionCandidate, ErrorCase>
Modifiers: abstract |
Parses one or more instruction candidates from the given address.
|
B2R2