Rizin
unix-like reverse engineering framework and cli tools
class_interface.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2021 deroad <wargio@libero.it>
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef RZ_BIN_JAVA_CLASS_INTERFACE_H
5 #define RZ_BIN_JAVA_CLASS_INTERFACE_H
6 #include <rz_types.h>
7 #include <rz_util.h>
8 #include <rz_bin.h>
9 
10 typedef struct java_interface_t {
14 
16 #define java_interface_free(x) free(x)
17 
18 #endif /* RZ_BIN_JAVA_CLASS_INTERFACE_H */
struct java_interface_t Interface
Interface * java_interface_new(RzBuffer *buf, ut64 offset)
uint16_t ut16
voidpf uLong offset
Definition: ioapi.h:144
voidpf void * buf
Definition: ioapi.h:138
ut64(WINAPI *w32_GetEnabledXStateFeatures)()