Mathieu Tarral
Mathieu Tarral
Thanks for the bug fix ! I implemented init argument parsing, and debugged why I couldn't load my plugin (missing symbol) But I'm facing an issue now because reading physical...
@ufrisk btw, I would suggest printing the loadlibrary error on your log somewhere in case something fails, without that it was impossible to know what went wrong in my plugin:...
Okay, seems the error is on my side afterall, my API call doesn't read any bytes, I'm looking at it :) Edit: found my issue, fix is on its way:...
@ufrisk do you know if it's possible to run MemProcFS and mount the FUSE filesystem as root ? I'm getting an "Invalid argument" error here when mounting the filesystem. I...
@ufrisk I confirm the fix is working :tada: Here is a showcase of `MemProcFS` running via `libmicrovmi` :heavy_check_mark: KVM  :heavy_check_mark: Xen 
I believe i spotted an issue with verbosity command line handling: Enabling `-vv` works:  While enabling `-vvv` hides `-v` `-vv` messages:  support as well, passing the connector name. (cc @ko1N) Inspecting an unmodified QEMU instance via [memflow-qemu-procfs](https://github.com/memflow/memflow-qemu-procfs)  This should help to solve...
update: - [x] write support - [x] plugin documentation in the README: https://github.com/mtarral/LeechCore-plugins/blob/1cc977b9bfd4e56a83b94f15352c870fcea115a5/README.md#leechcore_device_microvmi - [ ] update libmicrovmi documentation Do you wish to test the plugin maybe ?