Discontinued Project
The Rekall Framework is an open collection of Python-based tools for extracting and analyzing digital artifacts from computer systems.
Active development on Rekall has been halted. GRR switched from using Rekall to YARA, which requires significantly less maintenance.
Install Rekall with pip:
virtualenv /tmp/MyEnv
source /tmp/MyEnv/bin/activate
pip install --upgrade setuptools pip wheel
pip install rekall-agent rekall
Or use the self-contained installer package for Windows:
Copyright (C) 2007-2011 Volatile Systems, Copyright 2012-2016 Google Inc.
Licensed under the GNU General Public License, version 2 or later.
No support provided. Reporting bugs at: github issues
Please include the following information:
December 2011: Branch created for modularization, performance improvement, and usability increase. Became known as the "scudette" or "Technology Preview" branch.
December 13, 2013: Forked into a standalone project named Rekall.
> Visit Rekall Website <