Parser for 32-bit ARM instructions. Parser will return a platform-agnostic instruction type (Instruction).
Constructor | Description |
Full Usage:
ARM32Parser(isa, mode, entryPoint)
Parameters:
ISA
mode : ArchOperationMode
entryPoint : Addr option
Returns: ARM32Parser
|
|