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

#include <bytecode.h>

Public Attributes

char name [32]
 
ut64 atype
 
ut16 opcode
 
ut16 size
 
ut64 pc
 
st32 args [2]
 
ut32 type [2]
 
st32 stack_input
 
st32 stack_output
 
void * extra
 

Detailed Description

Definition at line 234 of file bytecode.h.

Member Data Documentation

◆ args

◆ atype

ut64 bytecode_t::atype

Definition at line 236 of file bytecode.h.

Referenced by decode_instruction(), and java_analysis().

◆ extra

void* bytecode_t::extra

◆ name

◆ opcode

◆ pc

ut64 bytecode_t::pc

Definition at line 239 of file bytecode.h.

Referenced by bytecode_snprint(), decode_instruction(), and java_analysis().

◆ size

ut16 bytecode_t::size

◆ stack_input

st32 bytecode_t::stack_input

Definition at line 242 of file bytecode.h.

Referenced by decode_instruction().

◆ stack_output

st32 bytecode_t::stack_output

Definition at line 243 of file bytecode.h.

Referenced by decode_instruction().

◆ type


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