forked from VlaBst6/libs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclibs.html
More file actions
50 lines (41 loc) · 2.29 KB
/
clibs.html
File metadata and controls
50 lines (41 loc) · 2.29 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
Here is a listing of some C libraries that have VB6 wrappers available:
<ul>
<li>Emulation
<ul>
<li><a target=_blank href="https://github.com/dzzie/VS_LIBEMU/tree/master/dll">libEmu</a>
<li><a target=_blank href="https://github.com/dzzie/libs/tree/master/unicorn_emu">unicorn engine</a>
(<a target=_blank href="https://github.com/unicorn-engine/unicorn">parent</a>)
<br><br></ul>
<li>Assembler/Disassembler
<ul>
<li><a target=_blank href="https://github.com/dzzie/libs/tree/master/olly_dll">ollydbg asm/dsm</a>
<li><a target=_blank href="https://github.com/dzzie/libs/tree/master/capstone">capstone disassembler</a>
<li><a target=_blank href="https://github.com/keystone-engine/keystone/tree/master/bindings/vb6">keystone assembler</a>
<br><br></ul>
<li>Compression
<ul>
<li><a target=_blank href="https://github.com/dzzie/libs/tree/master/_compression">LZO, BZIP2, TAR, ZLIB</a>
<li><a target=_blank href="https://github.com/wqweto/ZipArchive">wqweto - ZIP library</a>
<br><br></ul>
<li>Encryption
<ul>
<li><a target=_blank href="https://github.com/dzzie/libs/tree/master/libChaCha">libChaCha</a>
<br><br></ul>
<li>Software Development
<ul>
<li><a target=_blank href="https://github.com/dzzie/libs/tree/master/libzmq">libzmq ipc library</a>
<li><a target=_blank href="https://github.com/dzzie/libs/tree/master/hooklib">hooklib</a>
<li><a target=_blank href="https://github.com/dzzie/libs/tree/master/vb6_utypes">Unsigned long and x64 lib</a>
<li><a target=_blank href="https://github.com/dzzie/scivb2">Scintinilla Syntax code editor</a>
<li><a target=_blank href="https://github.com/dzzie/duk4vb">DukTape JS engine</a>
<li><a target=_blank href="https://github.com/dzzie/ScriptBasic_Control">ScriptBasic script engine</a>
<li><a target=_blank href="https://github.com/Kr00l/VBSQLite">krool - sqllite</a>
<li><a target=_blank href="https://github.com/wqweto/vbsqlite">wqweto - sqllite</a>
<li><a target=_blank href="https://github.com/wqweto/VbPcre2">wqweto - pcre</a>
<br><br></ul>
<li>Demo Code
<ul>
<li><a target=_blank href="http://sandsprite.com/CodeStuff/c_dll_4_vb.zip">C Dll for VB trainer</a>
<li><a target=_blank href="http://sandsprite.com/CodeStuff/VB_C_InterProcess.zip">C-VB IPC Demo</a>
<br><br></ul>
</ul>