Skip to content

The Config File V2

Daryl Bennett edited this page Jan 3, 2019 · 2 revisions

The Config File

Assigning values here provide new default values for subsequent usage. These values can be overridden by specifying the argument.

In order to assign a value simply type the appropriate value after the assignment operator =.

[DEFAULT]
volatility =                # Location of your Volatility directory </someplace/volatility>
output = 		    # Default filename for memory image default:dump.lime
compress =                  # Set to false to never compress dump
format =                    # Default LiME format {raw,lime,padded} default:lime
digest =                    # Default digest algorithm default:sha1

Clone this wiki locally