python icon indicating copy to clipboard operation
python copied to clipboard

libvmi.libvmi.LibvmiError: DRIVER_NOT_DETECTED

Open CodingSheep4848 opened this issue 4 years ago • 3 comments

I am trying to run process-list.py on my win7, host os is ubuntu server 18.04 in VMWare. 图片

CodingSheep4848 avatar Aug 31 '21 09:08 CodingSheep4848

recompile libvmi with debug info for CORE and KVM:

cd libvmi
cmake -DVMI_DEBUG='(VMI_DEBUG_KVM | VMI_DEBUG_CORE)' -B build
cmake --build build
sudo cmake --build build --target install

and retry

Wenzel avatar Aug 31 '21 11:08 Wenzel

but there is no "build" directory and the "CMakeList.txt",should I write one? 图片

CodingSheep4848 avatar Aug 31 '21 12:08 CodingSheep4848

I mean recompile the libvmi C library. python-libvmi is just a wrapper on top of it.

Wenzel avatar Aug 31 '21 12:08 Wenzel