memflowup 0.1.0-beta7

setup tool for the memflow physical memory introspection framework
# memflow setup tool

This tool is meant to provide a really quick way to setup various memflow connectors, OS layers, utilities, and more.

Install through cargo:

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

## Usage

See help:

```sh
memflowup -h
```

Run interactively:

```sh
memflowup interactive
```

Install a set of connectors non-interactively:

```sh
memflowup install memflow-qemu-procfs memflow-coredump
```

Same with development (0.2) channel:

```sh
memflowup install -d memflow-qemu memflow-coredump
```

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

```sh
memflowup update -s -d
```

Reinstall a connector:

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