Rizin
unix-like reverse engineering framework and cli tools
io_shm.c File Reference
#include "rz_io.h"
#include "rz_lib.h"
#include <sys/types.h>

Go to the source code of this file.

Variables

RzIOPlugin rz_io_plugin_shm
 
RZ_API RzLibStruct rizin_plugin
 

Variable Documentation

◆ rizin_plugin

RZ_API RzLibStruct rizin_plugin
Initial value:
= {
.type = RZ_LIB_TYPE_IO,
.data = &rz_io_plugin_shm,
}
RzIOPlugin rz_io_plugin_shm
Definition: io_shm.c:267
@ RZ_LIB_TYPE_IO
Definition: rz_lib.h:69
#define RZ_VERSION
Definition: rz_version.h:8
const char * version
Definition: rz_io.h:117

Definition at line 274 of file io_shm.c.

◆ rz_io_plugin_shm

RzIOPlugin rz_io_plugin_shm
Initial value:
= {
.name = "shm",
.desc = "shared memory resources",
}

Definition at line 267 of file io_shm.c.