pyrekall
is a simple, and concise wrapper for the Google Rekall volatile memory analysis framework. Originally started by Tyler Fisher.
In order to run the unit and integration tests for pyrekall
, simply clone this repository, and run tox
:
git clone https://github.com/Scalvando/pyrekall.git
cd pyrekall
pip install tox
tox