Rizin
unix-like reverse engineering framework and cli tools
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