Rizin
unix-like reverse engineering framework and cli tools
|
#include <class_attribute.h>
Public Attributes | |
ut16 | max_stack |
ut16 | max_locals |
ut32 | code_length |
ut32 | code_offset |
ut16 | exceptions_count |
ExceptionTable * | exceptions |
ut16 | attributes_count |
Attribute ** | attributes |
Definition at line 69 of file class_attribute.h.
Attribute** java_attribute_code_t::attributes |
Definition at line 77 of file class_attribute.h.
Referenced by java_attribute_free(), java_attribute_set_code(), and rz_bin_java_class_debug_info().
ut16 java_attribute_code_t::attributes_count |
Definition at line 76 of file class_attribute.h.
Referenced by java_attribute_free(), java_attribute_set_code(), and rz_bin_java_class_debug_info().
ut32 java_attribute_code_t::code_length |
Definition at line 72 of file class_attribute.h.
Referenced by java_attribute_set_code().
ut32 java_attribute_code_t::code_offset |
Definition at line 73 of file class_attribute.h.
Referenced by java_attribute_set_code(), rz_bin_java_class_as_sections(), rz_bin_java_class_entrypoints(), rz_bin_java_class_methods_as_symbols(), and rz_bin_java_class_resolve_symbol().
ExceptionTable* java_attribute_code_t::exceptions |
Definition at line 75 of file class_attribute.h.
Referenced by java_attribute_free(), and java_attribute_set_code().
ut16 java_attribute_code_t::exceptions_count |
Definition at line 74 of file class_attribute.h.
Referenced by java_attribute_set_code().
ut16 java_attribute_code_t::max_locals |
Definition at line 71 of file class_attribute.h.
Referenced by java_attribute_set_code().
ut16 java_attribute_code_t::max_stack |
Definition at line 70 of file class_attribute.h.
Referenced by java_attribute_set_code().