Mathieu Tarral

Results 386 comments of 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 ![Capture d’écran de 2021-09-06 09-47-47](https://user-images.githubusercontent.com/964610/132179966-e8b09102-3a86-492f-b2fb-273a16c8ee6d.png) :heavy_check_mark: Xen ![Capture d’écran de 2021-09-06...

Working on MemProcFS for Virtualbox via libmicrovmi through FDP, we are investigating a segfault: https://github.com/thalium/icebox/issues/38

:heavy_check_mark: Aaaand we have VirtualBox support now :wink: ![Capture d’écran de 2021-09-06 14-41-59](https://user-images.githubusercontent.com/964610/132219234-d238db5e-377c-4f69-ba5e-775912834abc.png)

I believe i spotted an issue with verbosity command line handling: Enabling `-vv` works: ![Capture d’écran de 2021-09-07 12-55-17](https://user-images.githubusercontent.com/964610/132333783-9b8b0872-3727-4a4d-abf6-45234b1fcc56.png) While enabling `-vvv` hides `-v` `-vv` messages: ![Capture d’écran de 2021-09-07...

:heavy_check_mark: This adds [memflow](https://github.com/memflow/memflow) 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) ![Capture d’écran de 2021-09-07 13-11-18](https://user-images.githubusercontent.com/964610/132335652-14b16a70-7825-4054-8d28-6207452978e3.png) 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 ?