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

#include <rz_lib.h>

Public Attributes

int type
 
char * file
 
void * data
 
struct rz_lib_handler_thandler
 
void * dl_handler
 
char * author
 
char * version
 
void(* free )(void *data)
 

Detailed Description

Definition at line 35 of file rz_lib.h.

Member Data Documentation

◆ author

char* rz_lib_plugin_t::author

Definition at line 41 of file rz_lib.h.

◆ data

void* rz_lib_plugin_t::data

Definition at line 38 of file rz_lib.h.

Referenced by test_group_name.GroupTest::run().

◆ dl_handler

void* rz_lib_plugin_t::dl_handler

Definition at line 40 of file rz_lib.h.

◆ file

char* rz_lib_plugin_t::file

Definition at line 37 of file rz_lib.h.

◆ free

void(* rz_lib_plugin_t::free) (void *data)

Definition at line 43 of file rz_lib.h.

◆ handler

struct rz_lib_handler_t* rz_lib_plugin_t::handler

Definition at line 39 of file rz_lib.h.

Referenced by cmd_descs_generate.CmdDesc::get_handler_cname(), and rz_lib_run_handler().

◆ type

◆ version

char* rz_lib_plugin_t::version

Definition at line 42 of file rz_lib.h.


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