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

#include <jvm.h>

Public Attributes

const ut8buffer
 
ut32 size
 
ut32 current
 
ut64 pc
 
ut64 section
 

Detailed Description

Definition at line 10 of file jvm.h.

Member Data Documentation

◆ buffer

const ut8* jvm_t::buffer

Definition at line 11 of file jvm.h.

Referenced by decode_instruction(), decode_lookupswitch(), decode_tableswitch(), and jvm_init().

◆ current

ut32 jvm_t::current

◆ pc

ut64 jvm_t::pc

Definition at line 14 of file jvm.h.

Referenced by align_upper(), decode_instruction(), and jvm_init().

◆ section

ut64 jvm_t::section

Definition at line 15 of file jvm.h.

Referenced by align_upper(), and jvm_init().

◆ size

ut32 jvm_t::size

Definition at line 12 of file jvm.h.

Referenced by decode_instruction(), decode_lookupswitch(), decode_tableswitch(), and jvm_init().


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