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

#include <windows_debug.h>

Public Attributes

int pid
 
HANDLE hFile
 
void * BaseOfDll
 
char * Path
 
char * Name
 

Detailed Description

Definition at line 109 of file windows_debug.h.

Member Data Documentation

◆ BaseOfDll

void* LIB_ITEM::BaseOfDll

Definition at line 112 of file windows_debug.h.

Referenced by add_library(), and findlibcmp().

◆ hFile

HANDLE LIB_ITEM::hFile

Definition at line 111 of file windows_debug.h.

Referenced by add_library(), findlibcmp(), and libfree().

◆ Name

char* LIB_ITEM::Name

Definition at line 114 of file windows_debug.h.

Referenced by add_library(), and libfree().

◆ Path

char* LIB_ITEM::Path

Definition at line 113 of file windows_debug.h.

Referenced by add_library(), and libfree().

◆ pid

int LIB_ITEM::pid

Definition at line 110 of file windows_debug.h.

Referenced by add_library().


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