我正在尝试安装一个名为 volatility 的程序来分析内存。我在这里找到了源代码:https://github.com/volatilityfoundation/volatility
命令:
sudo apt-get update -y
sudo apt-get install -y volatility
错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package volatility is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'volatility' has no installation candidate
答案1
安装方法如下https://github.com/volatilityfoundation/volatility/wiki/Installation然后使用 python 运行它。我认为你无法使用 apt-get 获取它,因为它不再位于 kali-tools-forensics 元包中。你可能还需要安装一些额外的库 - 我需要安装 Distorm3 和 PyCrypto - https://github.com/volatilityfoundation/volatility/wiki/FAQ#what-are-the-dependencies-for-running-volatility