Rizin
unix-like reverse engineering framework and cli tools
|
#include <opcode.h>
Public Attributes | |
ut8 | extended_arg |
ut8 | have_argument |
ut8 | bits |
void *(* | version_sig )() |
RzList * | opcode_arg_fmt |
pyc_opcode_object * | opcodes |
ut8 pyc_opcodes::bits |
Definition at line 48 of file opcode.h.
Referenced by disassemble().
ut8 pyc_opcodes::extended_arg |
Definition at line 46 of file opcode.h.
Referenced by opcode_15(), opcode_2x(), and opcode_3x().
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().
RzList* pyc_opcodes::opcode_arg_fmt |
Definition at line 50 of file opcode.h.
Referenced by add_arg_fmt(), new_pyc_opcodes(), opcode_10(), opcode_11(), opcode_12(), opcode_13(), opcode_14(), opcode_15(), opcode_16(), opcode_20(), opcode_21(), opcode_22(), opcode_23(), opcode_24(), opcode_25(), opcode_26(), opcode_27(), opcode_2x(), opcode_30(), opcode_31(), opcode_32(), opcode_33(), opcode_34(), opcode_35(), opcode_36(), opcode_37(), opcode_38(), opcode_39(), and opcode_3x().
pyc_opcode_object* pyc_opcodes::opcodes |
Definition at line 51 of file opcode.h.
Referenced by new_pyc_opcodes(), opcode_10(), opcode_13(), opcode_14(), opcode_15(), opcode_16(), opcode_20(), opcode_21(), opcode_22(), opcode_24(), opcode_25(), opcode_26(), opcode_27(), opcode_2x(), opcode_30(), opcode_31(), opcode_33(), opcode_34(), opcode_35(), opcode_36(), opcode_37(), opcode_38(), opcode_39(), and opcode_3x().
void*(* pyc_opcodes::version_sig) () |
Definition at line 49 of file opcode.h.
Referenced by opcode_10(), opcode_11(), opcode_12(), opcode_13(), opcode_14(), opcode_15(), opcode_16(), opcode_20(), opcode_21(), opcode_22(), opcode_23(), opcode_24(), opcode_25(), opcode_26(), opcode_27(), opcode_2x(), opcode_30(), opcode_31(), opcode_32(), opcode_33(), opcode_34(), opcode_35(), opcode_36(), opcode_37(), opcode_38(), opcode_39(), and opcode_3x().