Rizin
unix-like reverse engineering framework and cli tools
class_module.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_MODULE_H
5 #define RZ_BIN_JAVA_CLASS_MODULE_H
6 #include <rz_types.h>
7 
8 typedef struct java_module_provide_t {
13 
14 typedef struct java_module_open_t {
20 
21 typedef struct java_module_export_t {
27 
28 typedef struct java_module_require_t {
33 
34 #endif /* RZ_BIN_JAVA_CLASS_MODULE_H */
struct java_module_export_t ModuleExport
struct java_module_require_t ModuleRequire
struct java_module_provide_t ModuleProvide
struct java_module_open_t ModuleOpen
uint16_t ut16