Rizin
unix-like reverse engineering framework and cli tools
|
#include <jvm.h>
Public Attributes | |
const ut8 * | buffer |
ut32 | size |
ut32 | current |
ut64 | pc |
ut64 | section |
Definition at line 11 of file jvm.h.
Referenced by decode_instruction(), decode_lookupswitch(), decode_tableswitch(), and jvm_init().
ut32 jvm_t::current |
Definition at line 13 of file jvm.h.
Referenced by align_upper(), decode_instruction(), decode_lookupswitch(), decode_tableswitch(), and jvm_init().
ut64 jvm_t::pc |
Definition at line 14 of file jvm.h.
Referenced by align_upper(), decode_instruction(), and jvm_init().
ut64 jvm_t::section |
Definition at line 15 of file jvm.h.
Referenced by align_upper(), and jvm_init().
ut32 jvm_t::size |
Definition at line 12 of file jvm.h.
Referenced by decode_instruction(), decode_lookupswitch(), decode_tableswitch(), and jvm_init().