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
windows_maps.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2019 GustavoLCR <gugulcr@gmail.com>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef WINDOWS_MAPS_H
5
#define WINDOWS_MAPS_H
6
#include <
rz_core.h
>
7
8
RZ_API
RzList
*
rz_w32_dbg_modules
(
RzDebug
*
dbg
);
9
RZ_API
RzList
*
rz_w32_dbg_maps
(
RzDebug
*
dbg
);
10
11
#endif
RZ_API
#define RZ_API
Definition:
core_plugin_example.c:36
dbg
RzDebug * dbg
Definition:
desil.c:30
rz_core.h
rz_debug_t
Definition:
rz_debug.h:241
rz_list_t
Definition:
rz_list.h:18
rz_w32_dbg_maps
RZ_API RzList * rz_w32_dbg_maps(RzDebug *dbg)
Definition:
windows_maps.c:245
rz_w32_dbg_modules
RZ_API RzList * rz_w32_dbg_modules(RzDebug *dbg)
Definition:
windows_maps.c:76
librz
debug
p
native
maps
windows_maps.h
Generated by
1.9.1