Skip to content

nks5295/libbdvmi

 
 

Repository files navigation

Libbdvmi
(c) 2015-2016 Bitdefender SRL


The Xen version that can be used for testing is 4.6.
To test the library, please issue:

$ ./bootstrap
$ ./configure
$ make

This will build the library and the test under examples/.

To see the test in action, run (as root):

# ./hookguest

in the examples/ subdirectory, then simply start a Xen domain up.

The application can be shut down at any time via ^C.