From b8f22bea7ae3445deb68fc2773d7251a88be3e9d Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Mon, 7 Oct 2019 02:01:51 +0100 Subject: [PATCH] Add in static list of support formats/architectures. --- doc/source/basics.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/source/basics.rst b/doc/source/basics.rst index c420e5461..c6c868d88 100644 --- a/doc/source/basics.rst +++ b/doc/source/basics.rst @@ -32,6 +32,20 @@ the data is stored and that will be returned. .. note:: Volatility 2 had a similar concept, called address spaces, but these could only stack linearly one on top of another. +Volatility currently supports the following physical formats: + +* Buffered data +* Flat/Raw files +* LiME files +* Crashdump files +* VMware snapshots (vmem and vmss) + +It also supports the mappings based on the following architectures: + +* Intel (x86) +* Intel PAE +* Intel 32e (x86_64) + Templates and Objects ---------------------