-
`get_page_access` is actually not implemented by hypervisor. the library is supposed to maintain the state of page whose permissions have been modified, and return this state, via this API.
So it's a…
-
The Xen events ABI has changed a lot along the Xen releases.
Right now, we are following the ABI from Xen 4.11 and onwards.
If we want to be compatible with all release, we need to follow what Lib…
-
Hi,
I am trying to compile python bindings to test libvmi with volatility, but got compilation errors :
(BTW: All libvmi/libkvmi examples are working with my VM and libvmi is installed on my system…
-
**Is your feature request related to a problem? Please describe**:
Currently, If I use localPV for vm, the vm can't use live migration;
For example, if I create `VirtualMachineInstanceMigration`…
-
The included libvmi repository seems to be some commits behind the official libvmi repository.
Can be problematic using the latest official libvmi instead of the provided one?
I'm corcened speci…
-
Hello, I am following the [setup guide](https://kvm-vmi.github.io/kvm-vmi/master/setup.html#json-profiles) for LibVMI Rekall/Volatility profile, but I am getting the following error:
```
$ sudo ../.…
-
Help me pls!!
now I'm try to install VMIdbg on ubuntu server 16.04 but it's error when i run "make" and "make install"
server@server:/Downloads/vmidbg-master$ sudo su
[sudo] password for server…
-
Hi !
I wanted what are the plans for the future of ramooflax ?
I would be interested in an integration with [Libvmi](https://github.com/libvmi/libvmi), in order to use ramooflax with a debug stu…
-
In the KVMi-v6 API, the ability to emulate new data or new instructions is tied to the reply of a memory event:
https://github.com/KVM-VMI/kvm/blob/5205f803008a2ee5788ba0a9cc7a475a546889ba/include/ua…
-
I want to catch syscall by use wrong address. When it happen page error, vm get into vmm, whether libvmi can get it. How to set it and use which funtion. I can use software int to catch syscall. The e…