forked from VlaBst6/libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
38 lines (26 loc) · 1.21 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
These are some common libraries I use in my code.
All C libraries are vb6 compatiable (stdcall)
pe_lib - vb6 ActiveX DLL
PE file format parsing code
proc_lib - vb6 ActiveX DLL
Process Enumeration/Manipulation
globals - vb6 Activex DLL
Global Multiuse class with common lib functions
olly_dll - C DLL
ASM/DISASM engine
GPL Copyright (C) 2001 Oleh Yuschuk
hooklib - C DLL
Detours style hooking engine
extended version of Daniel Pistelli's ntcore.com hook engine
zlib - C DLL
ZLIB compression library - win2k+ compatiable
Jean-loup Gailly & Mark Adler
WinGraphviz - is a single DLL COM object directly usable from vb6.
It uses the code from Graphviz which is public and
freely available. Sample VB project included.
htmlViewer_lite - vb6 user control, lite weight htmlViewer based on rich
text box control
vb6_utypes - adds support for unsigned math operations w/ ints and longs
kroolCtls - winapi replacements for mscomctl controls by kroll:
listview, rtf, progressbar, tabstrip, treeview, + ipaddress
see readme for more details (some mods to rtf planned)