B2R2


Parser Module

MIPS instruction parser.

Functions and values

Function or value Description

parse arg1 arg2 arg3 arg4 arg5

Full Usage: parse arg1 arg2 arg3 arg4 arg5

Parameters:
Returns: MIPSInstruction

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

arg0 : BinReader
arg1 : Arch
arg2 : WordSize
arg3 : Addr
arg4 : int
Returns: MIPSInstruction