B2R2


Parser Module

ARMv8 instruction parser.

Functions and values

Function or value Description

parse arg1 arg2 arg3

Full Usage: parse arg1 arg2 arg3

Parameters:
Returns: ARM64Instruction

Read in bytes and return a parsed instruction for ARMv8. This function returns ARM64Instruction, which is a specialized type for 64-bit ARM. If you want to handle instructions in a platform-agnostic manner, you'd better use the ARM64Parser class.

arg0 : BinReader
arg1 : Addr
arg2 : int
Returns: ARM64Instruction