bbosinta / libbdvmi

Home Page:https://blog.xenproject.org/2015/08/04/the-bitdefender-virtual-machine-introspection-library-is-now-on-github/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libbdvmi

(c) 2015-2019 Bitdefender SRL

Usage

Please use Xen 4.6 or newer. To test the library, 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.

About

https://blog.xenproject.org/2015/08/04/the-bitdefender-virtual-machine-introspection-library-is-now-on-github/

License:GNU Lesser General Public License v3.0


Languages

Language:Shell 58.5%Language:C++ 29.4%Language:Makefile 10.2%Language:C 1.7%Language:M4 0.2%