Rizin
unix-like reverse engineering framework and cli tools
rz_core_plugin_t Struct Reference

#include <rz_core.h>

Public Attributes

const char * name
 
const char * desc
 
const char * license
 
const char * author
 
const char * version
 
RzCorePluginInit init
 
RzCorePluginFini fini
 

Detailed Description

Definition at line 123 of file rz_core.h.

Member Data Documentation

◆ author

const char* rz_core_plugin_t::author

Definition at line 127 of file rz_core.h.

Referenced by rz_core_core_plugin_print(), and rz_core_plugin_add().

◆ desc

const char* rz_core_plugin_t::desc

Definition at line 125 of file rz_core.h.

Referenced by rz_core_core_plugin_print().

◆ fini

RzCorePluginFini rz_core_plugin_t::fini

Definition at line 130 of file rz_core.h.

Referenced by rz_core_plugin_fini().

◆ init

RzCorePluginInit rz_core_plugin_t::init

Definition at line 129 of file rz_core.h.

Referenced by rz_core_plugin_add().

◆ license

const char* rz_core_plugin_t::license

Definition at line 126 of file rz_core.h.

Referenced by rz_core_core_plugins_print(), and rz_core_plugin_add().

◆ name

◆ version

const char* rz_core_plugin_t::version

Definition at line 128 of file rz_core.h.

Referenced by rz_core_core_plugin_print().


The documentation for this struct was generated from the following file: