IExecutor<'State, 'Memory, 'Value, 'RunOptions, 'RunResult> Type
Represents an executor that executes binary code from a given address.
Instance members
| Instance member |
Description
|
Full Usage:
this.CreateState
Parameters:
StateCreationOptions<'Memory, 'Value>
Returns: 'State
Modifiers: abstract |
Create an executor-specific initial state with the given options.
|
Full Usage:
this.CreateState
Returns: 'State
Modifiers: abstract |
Create an executor-specific initial state with default options.
|
Execute from the given start address with the provided state.
|
B2R2