|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_debug.h>
Public Attributes | |
| int | pid |
| HANDLE | hFile |
| void * | BaseOfDll |
| char * | Path |
| char * | Name |
Definition at line 109 of file windows_debug.h.
| void* LIB_ITEM::BaseOfDll |
Definition at line 112 of file windows_debug.h.
Referenced by add_library(), and findlibcmp().
| HANDLE LIB_ITEM::hFile |
Definition at line 111 of file windows_debug.h.
Referenced by add_library(), findlibcmp(), and libfree().
| char* LIB_ITEM::Name |
Definition at line 114 of file windows_debug.h.
Referenced by add_library(), and libfree().
| char* LIB_ITEM::Path |
Definition at line 113 of file windows_debug.h.
Referenced by add_library(), and libfree().
| int LIB_ITEM::pid |
Definition at line 110 of file windows_debug.h.
Referenced by add_library().