Skip to content

tomwimmenhove/alcatraz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alcatraz

Alcatraz is framework to run parts of a C++ application inside a virtual machine sandbox on x64 processors. The sandboxed code can 'call out' to the host using a set of pre-defined functions.

The framework uses kvmpp to create and run KVM instances on Linux and rpcbuf for calling out from the guest to the host. For libc, newlib is used.

Building and running the example

git clone --recursive https://github.com/tomwimmenhove/alcatraz.git
cd alcatraz
make example

About

KVM Sandboxing framework for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors