7 #define METHOD_ACCESS_FLAGS_SIZE 16
bool java_attribute_resolve(ConstPool **pool, ut32 poolsize, Attribute *attr, RzBuffer *buf, bool is_oak)
Attribute * java_attribute_new(RzBuffer *buf, ut64 offset)
void java_attribute_free(Attribute *attr)
Method * java_method_new(ConstPool **pool, ut32 poolsize, RzBuffer *buf, ut64 offset, bool is_oak)
static const AccessFlagsReadable access_flags_list[METHOD_ACCESS_FLAGS_SIZE]
static bool java_method_new_aux(RzBuffer *buf, Method *method)
bool java_method_is_global(const Method *method)
#define METHOD_ACCESS_FLAGS_SIZE
char * java_method_access_flags_readable(const Method *method)
void java_method_free(Method *method)
@ METHOD_ACCESS_FLAG_ABSTRACT
@ METHOD_ACCESS_FLAG_SYNTHETIC
@ METHOD_ACCESS_FLAG_PRIVATE
@ METHOD_ACCESS_FLAG_SYNCHRONIZED
@ METHOD_ACCESS_FLAG_STRICT
@ METHOD_ACCESS_FLAG_PROTECTED
@ METHOD_ACCESS_FLAG_BRIDGE
@ METHOD_ACCESS_FLAG_PUBLIC
@ METHOD_ACCESS_FLAG_ANNOTATION
@ METHOD_ACCESS_FLAG_ENUM
@ METHOD_ACCESS_FLAG_INTERFACE
@ METHOD_ACCESS_FLAG_VARARGS
@ METHOD_ACCESS_FLAG_FINAL
@ METHOD_ACCESS_FLAG_STATIC
@ METHOD_ACCESS_FLAG_NATIVE
RZ_API void Ht_() free(HtName_(Ht) *ht)
#define rz_warn_if_reached()
#define rz_return_val_if_fail(expr, val)
RZ_API ut64 rz_buf_tell(RZ_NONNULL RzBuffer *b)
Return the current cursor position.
#define rz_buf_read_be16(b, result)
RZ_API RZ_OWN char * rz_strbuf_drain(RzStrBuf *sb)
RZ_API RzStrBuf * rz_strbuf_new(const char *s)
RZ_API bool rz_strbuf_appendf(RzStrBuf *sb, const char *fmt,...) RZ_PRINTF_CHECK(2
ut64(WINAPI *w32_GetEnabledXStateFeatures)()