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
rz-asm.c
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2009-2020 pancake <pancake@nopcode.org>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#include <
rz_main.h
>
5
6
int
MAIN_NAME
(
int
argc,
const
ARGV_TYPE
**
argv
) {
7
char
**utf8_argv =
ARGV_TYPE_TO_UTF8
(argc,
argv
);
8
int
ret =
rz_main_rz_asm
(argc, (
const
char
**)utf8_argv);
9
FREE_UTF8_ARGV
(argc, utf8_argv);
10
return
ret;
11
}
MAIN_NAME
int MAIN_NAME(int argc, const ARGV_TYPE **argv)
Definition:
rz-asm.c:6
rz_main_rz_asm
RZ_API int rz_main_rz_asm(int argc, const char *argv[])
Definition:
rz-asm.c:508
argv
static static fork const void static count static fd const char const char static newpath char char argv
Definition:
sflib.h:40
rz_main.h
ARGV_TYPE_TO_UTF8
#define ARGV_TYPE_TO_UTF8(argc, argv)
Definition:
rz_main.h:30
FREE_UTF8_ARGV
#define FREE_UTF8_ARGV(argc, utf8_argv)
Definition:
rz_main.h:31
ARGV_TYPE
#define ARGV_TYPE
Definition:
rz_main.h:29
binrz
rz-asm
rz-asm.c
Generated by
1.9.1