Skip to content

Commit

Permalink
add CBL-Mariner to readme (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc-msft authored Jan 26, 2022
1 parent ba4bac0 commit d4247d0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@

*A portable volatile memory acquisition tool for Linux.*

AVML is an X86_64 userland volatile memory acquisition tool written in
AVML is an X86\_64 userland volatile memory acquisition tool written in
[Rust](https://www.rust-lang.org/), intended to be deployed as a static binary.
AVML can be used to acquire memory without knowing the target OS distribution
or kernel a priori. No on-target compilation or fingerprinting is needed.

## Build Status

[![Build Status](https://dev.azure.com/ms/avml/_apis/build/status/microsoft.avml?branchName=main)](https://dev.azure.com/ms/avml/_build/latest?definitionId=157&branchName=main)

## Features
* Save recorded images to external locations via Azure Blob Store or HTTP PUT
* Automatic Retry (in case of network connection issues) with exponential backoff for uploading to Azure Blob Store
Expand All @@ -32,6 +28,7 @@ If the memory source is not specified on the commandline, AVML will iterate over
* RHEL: 6.7, 6.8, 6.9, 7.0, 7.2, 7.3, 7.4, 7.5, 7.7, 8.5
* Debian: 8, 9, 10, 11
* Oracle Linux: 6.8, 6.9, 6.10, 7.3, 7.4, 7.5, 7.6, 7.9, 8.5
* [CBL-Mariner](https://github.com/microsoft/CBL-Mariner): 1.0

# Getting Started

Expand Down

0 comments on commit d4247d0

Please sign in to comment.