diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-06 04:12:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-06 04:12:23 +0800 |
commit | 4cc19c8f0410410a521135941b2780e9f7e510cf (patch) | |
tree | 0b13c5315f8f763b595baaec8c9c5914acaba284 /security/Makefile | |
parent | a47b6637037cba2f0e8e5c76fe488254ba7b7803 (diff) | |
download | freebsd-ports-gnome-4cc19c8f0410410a521135941b2780e9f7e510cf.tar.gz freebsd-ports-gnome-4cc19c8f0410410a521135941b2780e9f7e510cf.tar.zst freebsd-ports-gnome-4cc19c8f0410410a521135941b2780e9f7e510cf.zip |
New port: security/py-rekall
The Rekall 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
visibility 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.
WWW: http://www.rekall-forensic.com/
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 18327838c7d5..ca0bd8bae358 100644 --- a/security/Makefile +++ b/security/Makefile @@ -795,6 +795,7 @@ SUBDIR += py-pyptlib SUBDIR += py-pysha3 SUBDIR += py-python-registry + SUBDIR += py-rekall SUBDIR += py-rsa SUBDIR += py-service_identity SUBDIR += py-slowaes |