diff options
author | 2022-01-16 14:19:31 +0100 | |
---|---|---|
committer | 2022-04-05 04:24:16 +0100 | |
commit | e9333203c1f3a669342184cc1eca695da4b0f519 (patch) | |
tree | 3a61a96210f1ee41fa1c01f8a5310392c0eca90c /app-forensics/volatility3/metadata.xml | |
parent | dev-python/leechcorepyc: new ebuild (diff) | |
download | gentoo-e9333203c1f3a669342184cc1eca695da4b0f519.tar.gz gentoo-e9333203c1f3a669342184cc1eca695da4b0f519.tar.bz2 gentoo-e9333203c1f3a669342184cc1eca695da4b0f519.zip |
app-forensics/volatility3: new ebuild
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics/volatility3/metadata.xml')
-rw-r--r-- | app-forensics/volatility3/metadata.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-forensics/volatility3/metadata.xml b/app-forensics/volatility3/metadata.xml new file mode 100644 index 000000000000..edbcd55f84f9 --- /dev/null +++ b/app-forensics/volatility3/metadata.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>mario.haustein@hrz.tu-chemnitz.de</email> + <name>Mario Haustein</name> + </maintainer> + <maintainer type="person"> + <email>sam@gentoo.org</email> + <name>Sam James</name> + </maintainer> + <longdescription> + Volatility is the world's most widely used framework for extracting + 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. + </longdescription> + <use> + <flag name='crypt'>support plugins that decrypt passwords, password hashes, etc.</flag> + <flag name='disasm'>support plugins that perform malware analysis and disassemble code</flag> + <flag name='jsonschema'>improve error messages regarding improperly configured ISF files</flag> + <flag name='leechcore'>support memory acquisition via leechcore</flag> + <flag name='snappy'>support AVMLs native compression format</flag> + <flag name='yara'>support YARA pattern matching engine</flag> + </use> + <upstream> + <remote-id type="github">volatilityfoundation/volatility3</remote-id> + </upstream> +</pkgmetadata> |