diff options
author | Barry J. Grundy <bgrundy AT linuxleo.com> | 2015-12-05 01:03:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-05 01:03:59 +0700 |
commit | 703a54563f135ba9ac326c3267f91541ebe3a4f7 (patch) | |
tree | 86f6d9bea6a361e211ba12bb989c404ec8439f8d /system/volatility/README | |
parent | f5802adcd6d91506c0a18016bb91bd6560b5f362 (diff) | |
download | slackbuilds-703a54563f135ba9ac326c3267f91541ebe3a4f7.tar.gz |
system/volatility: Added (memory extraction utility framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/volatility/README')
-rw-r--r-- | system/volatility/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/volatility/README b/system/volatility/README new file mode 100644 index 0000000000..f193110dfb --- /dev/null +++ b/system/volatility/README @@ -0,0 +1,11 @@ +Volatility Framework - Volatile memory extraction utility framework. + +The Volatility Framework is a completely open collection of tools, +implemented in Python under the GNU General Public License, for the +extraction of digital artifacts from volatile memory (RAM) samples. +The extraction techniques are performed completely independent of the +system being investigated but offer visibilty into the runtime state +of the system. The framework is intended to introduce people to the +techniques and complexities associated with extracting digital artifacts +from volatile memory samples and provide a platform for further work into +this exciting area of research. |