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
AArch64Module.h
Go to the documentation of this file.
1
/* Capstone Disassembly Engine */
2
/* By Travis Finkenauer <tmfinken@gmail.com>, 2018 */
3
4
#ifndef CS_AARCH64_MODULE_H
5
#define CS_AARCH64_MODULE_H
6
7
#include "../../utils.h"
8
9
cs_err
AArch64_global_init
(
cs_struct
*ud);
10
cs_err
AArch64_option
(
cs_struct
*
handle
,
cs_opt_type
type
,
size_t
value
);
11
12
#endif
AArch64_option
cs_err AArch64_option(cs_struct *handle, cs_opt_type type, size_t value)
AArch64_global_init
cs_err AArch64_global_init(cs_struct *ud)
handle
static mcore_handle handle
Definition:
asm_mcore.c:8
cs_opt_type
cs_opt_type
Runtime option for the disassembled engine.
Definition:
capstone.h:168
value
static int value
Definition:
cmd_api.c:93
type
int type
Definition:
mipsasm.c:17
cs_struct
Definition:
cs_priv.h:54
subprojects
capstone-bundled
arch
AArch64
AArch64Module.h
Generated by
1.9.1