JasonRyderXXX / FeatherweightVirtualMachine

An OS-level container which virtualizes Windows' file system, registry, kernel, and network communication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Featherweight Virtual Machine

This repo is a mirror of the Featherweight Virtual Machine project hosted at Sourceforge.

Featherweight Virtual Machine (FVM) is an OS-level virtual machine for Windows 2000 and XP. FVM virtualizes Windows' file system, registry, kernel object, and network communication.

Building

Building FVM requires the following:

  • Microsoft Visual Studio 6 with VC++ compiler
  • Microsoft Detours Express 2.1
  • Microsoft Windows Driver Kit (WDK)

License

Both the original FVM project and all of my modifications are released under the GNU General Public License version 2.0 (GPLv2).

About

An OS-level container which virtualizes Windows' file system, registry, kernel, and network communication.

License:GNU General Public License v2.0


Languages

Language:C++ 70.8%Language:C 27.2%Language:Objective-C 1.9%Language:Makefile 0.1%