#memflow #memory #physical-memory #introspection #dma

app memflowup

setup tool for the memflow physical memory introspection framework

12 releases

0.1.0 Dec 25, 2023
0.1.0-beta9 Mar 30, 2022
0.1.0-beta6 Feb 22, 2022
0.1.0-beta5 Jan 9, 2022
0.1.0-beta10 Sep 27, 2022

#165 in Operating systems

40 downloads per month

Custom license

68KB
2K SLoC

memflowup - memflow setup tool

This tool is meant to provide a really quick way to setup various memflow components (connectors, OS plugins, utilities).

The recommended way is to install it through our automated script:

curl --proto '=https' --tlsv1.2 -sSf https://sh.memflow.io | sh

Alternatively you can manually install it via cargo as well:

cargo install memflowup --force

Usage

See help:

memflowup -h

Run interactively:

memflowup interactive

Install a set of connectors non-interactively:

memflowup install memflow-qemu-procfs memflow-coredump

Same with development (0.2+) channel:

memflowup install -d memflow-qemu memflow-coredump

Update all connectors that are installed system-wide (-s) from development channel (-d):

memflowup update -s -d

Reinstall a connector:

memflowup install memflow-kvm -s -d --reinstall

Dependencies

~13–26MB
~386K SLoC