VlaBst6 / libs

common libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

common libraries


Languages

Language:C 72.3%Language:Visual Basic 17.7%Language:C++ 3.9%Language:HTML 2.3%Language:Objective-C 2.1%Language:C# 1.3%Language:XML 0.3%Language:Makefile 0.2%