
06-22-2008, 03:20 PM
|
|
Moderator
|
|
Join Date: Apr 2008
Posts: 1,613
|
|
Virtual Drive SDK 1.2
Virtual Drive SDK allows to create and manage virtual disks that appear in Windows as regular disks. Virtual disk can be located anywhere: on hard disk, network, random access memory, database etc. To do this on your own you need to develop a driver that requires deep knowledge of operating system internals, and a lot of time for debugging and testing it. Virtual Drive SDK makes possible to implement read/write operations without having to develop your own kernel driver. All necessary part of boring work is done, so you can focus on storage, encryption etc.
VDSDK now supports x86_64 environment as well as x86.
Download
|