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

#include <unix.h>

Public Attributes

void * handle
 
char * errmsg
 
HMODULE handle
 

Detailed Description

Definition at line 218 of file unix.h.

Member Data Documentation

◆ errmsg

char * uv_lib_t::errmsg

Definition at line 220 of file unix.h.

Referenced by uv__dlerror(), uv__format_fallback_error(), uv_dlclose(), uv_dlerror(), and uv_dlopen().

◆ handle [1/2]

void* uv_lib_t::handle

Definition at line 219 of file unix.h.

Referenced by uv_dlclose(), uv_dlopen(), and uv_dlsym().

◆ handle [2/2]

HMODULE uv_lib_t::handle

Definition at line 321 of file win.h.


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