Mathieu Tarral

Results 4 issues of Mathieu Tarral

Hi, It seems that memflow cannot be compiled with the current rust version of Debian sid https://packages.debian.org/sid/cargo (0.47) ~~~ error[E0658]: const generics are unstable --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/dataview-0.1.2/src/lib.rs:170:27 | 170 | unsafe...

Hi, I would like to propose a small test framework that I developed for testing Drakvuf. ATM, the drakvuf repo doesn't have an official test suite. I developed mine based...

enhancement

As [VMI on KVM](https://github.com/KVM-VMI/kvm-vmi) is growing and gaining maturity, I wanted to have an overview of the refactoring required to port Drakvuf on KVM. - [ ] Gaining multi-hypervisor compatibility...

enhancement
idea

Hi, in the `procmon` plugin, the `process_visitor` callback doesn't provide an `OUTPUT_JSON` in the switch case: https://github.com/tklengyel/drakvuf/blob/master/src/plugins/procmon/procmon.cpp#L679 This makes any drakvuf output processing in JSON to fail. Thanks.

enhancement
help wanted