python
python copied to clipboard
LibVMI Python bindings
My compiler does not want to build without having glib.h included
I am trying to run process-list.py on my Win 7 VM. # virsh list Id Name State ---------------------------------------------------- 2 win7_Guest running # python process-list.py win7_Guest VMI_ERROR: No entry in config...
I'm trying to use LibVMI python bindings to introspect my VMs (win7 and ubuntu). When I run the command, I get following message on my terminal. **_# python vol.py -l...
It's time, we are in 2020, Python2 is officially dead and unsupported. There is no need to carry the burden anymore. cc @tklengyel, any opinions on the matter ?
Track what is missing to have a full support of LibVMI C API. - [ ] events: `libvmi/events.h` - [ ] rekall: `libvmi/rekall.h` (easier to parse the JSON directly in...
Hi @Wenzel I'm looking examples about monitoring syscall and in native examples mem events constant setted as lstar or cstar to catch syscall But in your sample ` vaddr =...
An error occurred while running the psxview plugin: ``` # python vol.py -l vmi://winxpsp3x86 --profile=WinXPSP2x86 psxview AttributeError: 'PyVmiAddressSpace' object has no attribute 'translate' ``` After checking the libvmi address plugin,...
Make sure we stay compatible with the [`PyPy`](https://pypy.org/) PyPy is interesting in our case because of the speed improvements it can give, especially when we are monitoring hardware events and...
It would be interesting to get concrete data about the performance impact of Python vs C when it comes to LibVMI events monitoring. Also include `PyPy` here.