Store Strings by Allocating Memory
Category:
String ManipulationType:
ModulesDifficulty:
AdvancedAuthor:
Andrew Heinlein (Mouse)Version Compatibility:
More information:
This module uses API functions such as RtlMoveMemory, LocalAlloc, LocalFree to store strings by allocating memory for them. It includes a malloc function written in VB. This technique makes string storage and manipulation faster, especially when larger strings are involved.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download realmemory.zip