IInstructionParsable Type
Provides an interface for parsing binary instructions.
Instance members
Instance member | Description |
Full Usage:
this.MaxInstructionSize
Returns: int
Modifiers: abstract |
|
|
|
Full Usage:
this.Parse
Parameters:
byte[]
addr : Addr
Returns: IInstruction
Modifiers: abstract |