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

#include <opcode.h>

Public Attributes

char * op_name
 
ut16 type
 
ut8 op_code
 
st8 op_push
 
st8 op_pop
 

Detailed Description

Definition at line 37 of file opcode.h.

Member Data Documentation

◆ op_code

ut8 pyc_opcode_object::op_code

Definition at line 40 of file opcode.h.

Referenced by new_pyc_opcodes(), and rm_op().

◆ op_name

◆ op_pop

st8 pyc_opcode_object::op_pop

Definition at line 42 of file opcode.h.

Referenced by new_pyc_opcodes(), and rm_op().

◆ op_push

st8 pyc_opcode_object::op_push

Definition at line 41 of file opcode.h.

Referenced by new_pyc_opcodes(), and rm_op().

◆ type


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