Skip to content

beordle/BufferVM

 
 

Repository files navigation

BufferVM

A hardware based virtual machine for sand-boxing Linux userland processes on AMD64. Built on top of Linux KVM, utilising the Intel VT/AMD-V virtualisation extensions supported on modern AMD64 hardware. Can be used to catch heap based memory bugs (use after free, use after realloc, heap overflow etc) with minimal overhead compared to other solutions (i.e. Valgrind). The application is ran on top of a shim kernel that intercepts system calls to forward them up to the host kernel, along with managing its own virtual memory allocations (key to segregating them).

Currently implements a small number of syscalls, and is capable of loading ld-linux and glibc appications.

About

Virtual machine for Linux userland binaries for detecting various bugs/exploits using VA holes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.8%
  • Assembly 6.4%
  • CMake 2.6%
  • C++ 1.7%
  • Python 1.4%
  • Makefile 0.1%