Mathieu Tarral
Mathieu Tarral
Hi, I'm using [`get_or_create()`](https://neomodel.readthedocs.io/en/latest/module_documentation.html#neomodel.core.StructuredNode.get_or_create) class method to bulk create a set of nodes. However, I also would like to pass additional relationship properties as well, like a `date` for example:...
Hi, first thank you for neomodel, I'm testing this library since 2 days now, and so far you have a better documentation than py2neo, I was up and running in...
Hi, i just noticed that my nextcloud client is using too much memory on my laptop. He is just watching a few files and really shouldn't consume almost 400MB of...
Fix Windows setup: add libkvmi to the submodules that should be cloned
Follow the docs update from https://github.com/KVM-VMI/kvm-vmi/pull/119, confirm that the kernel either builds or not
Copy pasting this issue which @tklengyel opened in [Wenzel/kvm-vmi](https://github.com/Wenzel/kvm-vmi/issues/1) : The current event ABI looks as follows: ``` struct event { bool present; enum syscall_direction direction; enum syscall_type type; };...
[LeechCore](https://github.com/ufrisk/LeechCore) is a physical memory acquisition library providing various methods from software to hardware. On the software side, it can acquire **live memory** through 4 methods: | Device | Type...
Adding a note here that we could build a native VirtualBox driver, using the builtin debugger. This interface provides read / write physical /virtual memory access: https://www.virtualbox.org/sdkref/interface_i_machine_debugger.html#a5b8215a84f058957f2dbe59355e16f97
Opening a design issue to address the issue of passing initialization parameters to drivers. Currently the library assumes that a `domain_name` parameter is required https://github.com/Wenzel/libmicrovmi/blob/master/src/lib.rs#L30 and additional parameters can be...