Open CodingSheep4848 opened 3 years ago
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
but there is no "build" directory and the "CMakeList.txt",should I write one?
I mean recompile the libvmi C library. python-libvmi is just a wrapper on top of it.
I am trying to run process-list.py on my win7, host os is ubuntu server 18.04 in VMWare.