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 
8  .name = "null",
9  .license = "MIT",
10  .arch = "any",
12 };
13 
14 #ifndef RZ_PLUGIN_INCORE
17  .data = &rz_debug_plugin_null,
19 };
20 #endif
#define RZ_API
RzDebugPlugin rz_debug_plugin_null
Definition: debug_null.c:7
RZ_API RzLibStruct rizin_plugin
Definition: debug_null.c:15
@ RZ_LIB_TYPE_DBG
Definition: rz_lib.h:70
@ RZ_SYS_BITS_32
Definition: rz_sys.h:20
@ RZ_SYS_BITS_64
Definition: rz_sys.h:21
#define RZ_VERSION
Definition: rz_version.h:8
const char * version
Definition: rz_debug.h:362
const char * name
Definition: rz_debug.h:359