Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Classes | |
struct | java_interface_t |
Macros | |
#define | java_interface_free(x) free(x) |
Typedefs | |
typedef struct java_interface_t | Interface |
Functions | |
Interface * | java_interface_new (RzBuffer *buf, ut64 offset) |
Definition at line 16 of file class_interface.h.
typedef struct java_interface_t Interface |
Definition at line 6 of file class_interface.c.
References free(), java_interface_t::index, NULL, java_interface_t::offset, rz_buf_read_be16, RZ_NEW0, and rz_return_val_if_fail.
Referenced by java_class_parse().