This repository has been archived by the owner on Oct 18, 2020. It is now read-only.
Release 1.2.1 Col de la Croix
This is the next release of the Rekall Memory Forensic framework, codenamed after another awesome Swiss mountain pass - Col de la Croix
Cool things in this release:
- Rekall can now analyse and acquire the windows pagefile (See blog post here).
- Rekall has native NTFS support. You can even use it on the live device (Try
rekall -f \\.\c:
) - Lots of interesting new plugins:
- ewfacquire - Rekall can now natively create and read EWF files. You can acquire an image of memory into an EWF file (Note - Writing is not compatible with Encase).
- inspect_heap - Rekall can enumerate all usermode heap allocation (Win7x64 only right now).
- MIPS support thanks to Karl Vogel
- Lots of work on Entities - currently confined to OSX analysis only but please try it out!
See our release page for more details.
We also added travis-ci to Rekall and fixed lots of bugs :-)