mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 11:47:38 +02:00
Add in static list of support formats/architectures.
This commit is contained in:
@@ -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
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user