InstructionCollection Type
Collection of lifted instructions. When this class is instantiated, it will automatically lift all possible instructions from the given binary, and store them in the internal collection. This is shared across all functions.
Constructors
Constructor | Description |
Full Usage:
InstructionCollection(collector)
Parameters:
IInstructionCollectable
Returns: InstructionCollection
|
|
Instance members
Instance member | Description |
Full Usage:
this.Count
Returns: int
|
|
|
|
|
|
Full Usage:
this.TryFind
Parameters:
Addr
mode : ArchOperationMode
Returns: Result<Instruction, ErrorCase>
|