Rizin
unix-like reverse engineering framework and cli tools
op_parameter Struct Reference

#include <opcode.h>

Public Attributes

pyc_opcode_objectop_obj
 
const char * op_name
 
ut8 op_code
 
st8 pop
 
st8 push
 
pyc_store_op_func func
 
bool conditional
 
bool fallthrough
 

Detailed Description

Definition at line 116 of file opcode.h.

Member Data Documentation

◆ conditional

bool op_parameter::conditional

Definition at line 123 of file opcode.h.

◆ fallthrough

bool op_parameter::fallthrough

Definition at line 124 of file opcode.h.

◆ func

pyc_store_op_func op_parameter::func

Definition at line 122 of file opcode.h.

◆ op_code

ut8 op_parameter::op_code

Definition at line 119 of file opcode.h.

◆ op_name

const char* op_parameter::op_name

Definition at line 118 of file opcode.h.

◆ op_obj

◆ pop

st8 op_parameter::pop

Definition at line 120 of file opcode.h.

◆ push

st8 op_parameter::push

Definition at line 121 of file opcode.h.


The documentation for this struct was generated from the following file: