The fastest way to get started with Volatility is to use the standalone executable. The standalone executable is distributed for Windows, macOS, and Linux operating systems. The advantage of a standalone executable is that you don't need to install the Python interpreter or Volatility dependencies, since it comes packaged with Python 2.7 Interpreter and all the required dependencies.
On Windows, once the standalone executable is downloaded, you can check whether Volatility is ready to use by executing the standalone executable with theĀ -h (--help) option from the command line, as shown here. The help option displays various options and plugins that are available in Volatility:
C:\volatility_2.6_win64_standalone>volatility_2.6_win64_standalone.exe -h
Volatility Foundation Volatility Framework 2.6
Usage: Volatility - A memory forensics analysis platform.
Options:
-h, --help list all available options and their default values.
Default values may be set in the configuration file
(/etc/volatilityrc)
--conf-file=.volatilityrc
User based configuration file
-d, --debug Debug volatility
[.....REMOVED....]
In the same manner, you can download the standalone executables for Linux or macOS and check if Volatility is ready to use by executing the standalone executable with theĀ -h (or --help) option, as follows:
$ ./volatility_2.6_lin64_standalone -h
# ./volatility_2.6_mac64_standalone -h