Radare.RAsm.Op – libr Reference Manual
Packages
libr
Radare
RAsm
Op
get_hex
bitsize
buf_asm
payload
size
Op
Object Hierarchy:
Description:
[
CCode
( cname =
"RAsmOp"
, destroy_function =
""
, unref_function =
""
) ]
public
struct
Op
Represents assembly opcodes.
Content:
Methods:
public
string
get_hex
()
Retrieves the hexadecimal representation of the instruction.
Fields:
public
int
bitsize
The instruction size in bits
public
string
buf_asm
The assembly representation.
public
int
payload
The instruction payload.
public
int
size
The instruction length.