m4mbr3 / bareflank_libvmi_extension

Extension to the Bareflank hypervisor supporting LibVMI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibVMI-extensions for Bareflank

Hypervisor extensions to Bareflank to support introspecting the host with LibVMI

Compilation and usage

git clone https://github.com/libvmi/bareflank_libvmi_extension --recursive
cd bareflank_libvmi_extension
mkdir build && cd build
cmake ../hypervisor -DDEFAULT_VMM=bareflank_libvmi_extension -DEXTENSION="../extended_apis;.."
make

To load & launch the hypervisor run:

sudo make driver_quick
sudo make quick

You can verify the hypervisor is properly loaded by running:

make ack

About

Extension to the Bareflank hypervisor supporting LibVMI

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 99.9%Language:CMake 0.1%