This website requires JavaScript.
Explore
Help
Sign In
vxcontrol
/
MemoryModule
Watch
1
Star
0
Fork
0
You've already forked MemoryModule
mirror of
https://github.com/vxcontrol/MemoryModule.git
synced
2026-07-21 14:16:03 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14
Commits
1
Branch
4
Tags
e952dd3cfabc09bee95e4da2ba2087da7beaf8c3
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Joachim Bauch
e952dd3cfa
fixed memory leak (VirtualFree must be called with zero size when releasing memory)
2005-01-26 15:24:52 +00:00
doc
added download link for version 0.0.1
2004-12-02 00:09:49 +00:00
example
- removed parameter "size" from "MemoryLoadLibrary" as it wasn't used
2004-10-31 12:29:52 +00:00
LICENSE.txt
added license file
2004-10-09 18:49:15 +00:00
MemoryModule.c
fixed memory leak (VirtualFree must be called with zero size when releasing memory)
2005-01-26 15:24:52 +00:00
MemoryModule.h
first released version will be 0.0.1
2004-12-01 23:50:50 +00:00
S
Description
Library to load a DLL from memory.
306
KiB
Languages
C
61.4%
C++
25.7%
Makefile
5.3%
CMake
4.3%
Batchfile
1.8%
Other
1.5%