Wenzel / libmicrovmi

A cross-platform unified Virtual Machine Introspection API library
https://wenzel.github.io/libmicrovmi/
GNU General Public License v3.0
165 stars 15 forks source link

capi: reintroduce get_driver_type #180

Closed Wenzel closed 3 years ago

Wenzel commented 3 years ago

In order to solve https://github.com/Wenzel/libmicrovmi/issues/7 for Libvmi, we need to be able to get the concrete DriverType from the driver context.

Wenzel commented 3 years ago

Capture d’écran de 2021-03-03 11-24-12

vmi_driver_mode() is detecting the Xen driver (and failing at the singlestep implementation as expected)