LinearSweepInstructionCollector Type
Represents a linear sweep instruction collector, which is the most basic instruction collector performing linear sweep disassembly.
Constructors
Constructor | Description |
Full Usage:
LinearSweepInstructionCollector(hdl)
Parameters:
BinHandle
Returns: LinearSweepInstructionCollector
|
|
Full Usage:
LinearSweepInstructionCollector(hdl, liftingUnit)
Parameters:
BinHandle
liftingUnit : LiftingUnit
Returns: LinearSweepInstructionCollector
|
|