Skip to content

Instantly share code, notes, and snippets.

@obilodeau
Last active March 17, 2022 13:24
Show Gist options
  • Save obilodeau/d0d8a7e2cf4e476463e8b08c309d8484 to your computer and use it in GitHub Desktop.
Save obilodeau/d0d8a7e2cf4e476463e8b08c309d8484 to your computer and use it in GitHub Desktop.
Hints to fix rekall

Instructions

Linux

apt install python3-dev
git clone https://github.com/google/rekall.git
cd rekall/
virtualenv -p python3 ./venv
source venv/bin/activate
pip install --upgrade setuptools pip wheel
# you can ignore errors from the pip install commands below
pip install --editable rekall-lib
pip install --editable rekall-core
pip install --editable rekall-agent
pip install --editable .
pip install pyaff4==0.26 future==0.16.0
rekall

Usage

Windows

cd c:\"program files"\rekall\
rekal.exe --autodetect linux -f desktop.vboxmem

Linux

rekall --autodetect linux -f desktop.vboxmem <commande>
@obilodeau
Copy link
Author

It was on Arch linux using rekall from git. Latest as of today (master didn't change since I last updated).

@DonnieMarco
Copy link

You just saved my ass monumentally. You are awesome!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment