All Projects → bitdefender → libbdvmi

bitdefender / libbdvmi

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

Programming Languages

C++
36643 projects - #6 most used programming language
M4
1887 projects
c
50402 projects - #5 most used programming language

Libbdvmi

(c) 2015-2021 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 build the library with KVM support (if libkvmi is installed), issue:

$ ./configure --enable-kvmi

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].