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

#include <opcode.h>

Public Attributes

ut8 extended_arg
 
ut8 have_argument
 
ut8 bits
 
void *(* version_sig )()
 
RzListopcode_arg_fmt
 
pyc_opcode_objectopcodes
 

Detailed Description

Definition at line 45 of file opcode.h.

Member Data Documentation

◆ bits

ut8 pyc_opcodes::bits

Definition at line 48 of file opcode.h.

Referenced by disassemble().

◆ extended_arg

ut8 pyc_opcodes::extended_arg

Definition at line 46 of file opcode.h.

Referenced by opcode_15(), opcode_2x(), and opcode_3x().

◆ have_argument

ut8 pyc_opcodes::have_argument

Definition at line 47 of file opcode.h.

Referenced by new_pyc_opcodes(), opcode_15(), opcode_2x(), and opcode_3x().

◆ opcode_arg_fmt

◆ opcodes

◆ version_sig


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