Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
All
$
.
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
.
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
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
{
9
ut16
index
;
10
ut16
with_count
;
11
ut16
*
with_indices
;
12
}
ModuleProvide
;
13
14
typedef
struct
java_module_open_t
{
15
ut16
index
;
16
ut16
flags
;
17
ut16
to_count
;
18
ut16
*
to_indices
;
19
}
ModuleOpen
;
20
21
typedef
struct
java_module_export_t
{
22
ut16
index
;
23
ut16
flags
;
24
ut16
to_count
;
25
ut16
*
to_indices
;
26
}
ModuleExport
;
27
28
typedef
struct
java_module_require_t
{
29
ut16
index
;
30
ut16
flags
;
31
ut16
version_index
;
32
}
ModuleRequire
;
33
34
#endif
/* RZ_BIN_JAVA_CLASS_MODULE_H */
ModuleExport
struct java_module_export_t ModuleExport
ModuleRequire
struct java_module_require_t ModuleRequire
ModuleProvide
struct java_module_provide_t ModuleProvide
ModuleOpen
struct java_module_open_t ModuleOpen
ut16
uint16_t ut16
Definition:
demangler_util.h:30
rz_types.h
java_module_export_t
Definition:
class_module.h:21
java_module_export_t::to_count
ut16 to_count
Definition:
class_module.h:24
java_module_export_t::index
ut16 index
Definition:
class_module.h:22
java_module_export_t::flags
ut16 flags
Definition:
class_module.h:23
java_module_export_t::to_indices
ut16 * to_indices
Definition:
class_module.h:25
java_module_open_t
Definition:
class_module.h:14
java_module_open_t::to_indices
ut16 * to_indices
Definition:
class_module.h:18
java_module_open_t::index
ut16 index
Definition:
class_module.h:15
java_module_open_t::flags
ut16 flags
Definition:
class_module.h:16
java_module_open_t::to_count
ut16 to_count
Definition:
class_module.h:17
java_module_provide_t
Definition:
class_module.h:8
java_module_provide_t::with_count
ut16 with_count
Definition:
class_module.h:10
java_module_provide_t::index
ut16 index
Definition:
class_module.h:9
java_module_provide_t::with_indices
ut16 * with_indices
Definition:
class_module.h:11
java_module_require_t
Definition:
class_module.h:28
java_module_require_t::version_index
ut16 version_index
Definition:
class_module.h:31
java_module_require_t::flags
ut16 flags
Definition:
class_module.h:30
java_module_require_t::index
ut16 index
Definition:
class_module.h:29
librz
bin
format
java
class_module.h
Generated by
1.9.1