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

#include <rz_lib.h>

Public Attributes

int type
 
void * data
 
const char * version
 
void(* free )(void *data)
 
const char * pkgname
 

Detailed Description

Definition at line 57 of file rz_lib.h.

Member Data Documentation

◆ data

void* rz_lib_struct_t::data

Definition at line 59 of file rz_lib.h.

Referenced by test_group_name.GroupTest::run(), rz_lib_open_ptr(), and rz_lib_run_handler().

◆ free

void(* rz_lib_struct_t::free) (void *data)

Definition at line 61 of file rz_lib.h.

Referenced by rz_lib_open_ptr().

◆ pkgname

const char* rz_lib_struct_t::pkgname

Definition at line 62 of file rz_lib.h.

Referenced by rz_lib_open_ptr().

◆ type

◆ version

const char* rz_lib_struct_t::version

Definition at line 60 of file rz_lib.h.

Referenced by rz_lib_open_ptr().


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