Rizin
unix-like reverse engineering framework and cli tools
debug_null.c
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2016-2017 pancake <pancake@nopcode.org>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#include <
rz_io.h
>
5
#include <
rz_debug.h
>
6
7
RzDebugPlugin
rz_debug_plugin_null
= {
8
.
name
=
"null"
,
9
.license =
"MIT"
,
10
.arch =
"any"
,
11
.bits =
RZ_SYS_BITS_32
|
RZ_SYS_BITS_64
,
12
};
13
14
#ifndef RZ_PLUGIN_INCORE
15
RZ_API
RzLibStruct
rizin_plugin
= {
16
.
type
=
RZ_LIB_TYPE_DBG
,
17
.data = &
rz_debug_plugin_null
,
18
.
version
=
RZ_VERSION
19
};
20
#endif
RZ_API
#define RZ_API
Definition:
core_plugin_example.c:36
rz_debug_plugin_null
RzDebugPlugin rz_debug_plugin_null
Definition:
debug_null.c:7
rizin_plugin
RZ_API RzLibStruct rizin_plugin
Definition:
debug_null.c:15
rz_debug.h
rz_io.h
RZ_LIB_TYPE_DBG
@ RZ_LIB_TYPE_DBG
Definition:
rz_lib.h:70
RZ_SYS_BITS_32
@ RZ_SYS_BITS_32
Definition:
rz_sys.h:20
RZ_SYS_BITS_64
@ RZ_SYS_BITS_64
Definition:
rz_sys.h:21
RZ_VERSION
#define RZ_VERSION
Definition:
rz_version.h:8
rz_debug_plugin_t
Definition:
rz_debug.h:358
rz_debug_plugin_t::version
const char * version
Definition:
rz_debug.h:362
rz_debug_plugin_t::name
const char * name
Definition:
rz_debug.h:359
rz_lib_struct_t
Definition:
rz_lib.h:57
rz_lib_struct_t::type
int type
Definition:
rz_lib.h:58
librz
debug
p
debug_null.c
Generated by
1.9.1