volatility icon indicating copy to clipboard operation
volatility copied to clipboard

An advanced memory forensics framework

Results 152 volatility issues
Sort by recently updated
recently updated
newest added

hey i am face this issue when i compile /tools/linux.. `najeeb@najeeb:/usr/local/src/volatility/tools/linux$ sudo make make -C //lib/modules/4.4.0-63-generic/build CONFIG_DEBUG_INFO=y M="" modules make[1]: Entering directory '/usr/src/linux-headers-4.4.0-63-generic' HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/bin2c HOSTCC scripts/kconfig/conf.o HOSTCC...

linux/mac

Good morning, I've tried building and running on a number of different instances of RHEL 7.9 (enterprise) and cannot seem to get the process working. We're building LiME modules and...

Hi, I have read several guides explaining how to create Linux profiles to be used by Volatility, but I cannot find any guide for creating new Windows profiles. I know...

root@kali:~/Desktop/tryhackme/vol_for# python /root/volatility/vol.py -f victim.raw --profile=Win7SP1x64 shellbags Volatility Foundation Volatility Framework 2.6.1 *** Failed to import volatility.plugins.registry.shutdown (ImportError: No module named Crypto.Hash) *** Failed to import volatility.plugins.getservicesids (ImportError: No module...

Hello, if anyone else gets an error building a Fedora profile similar to this: ``` make: Entering directory /usr/src/kernels/5.14.18-200.fc34.x86_64 CC [M] .../volatility/tools/linux/module.o MODPOST .../volatility/tools/linux/Module.symvers ERROR: modpost: missing MODULE_LICENSE() in .../volatility/tools/linux/module.o...

Unable to read LSA secrets from registry. Please I do I resolve this error?

I am trying to create module.dwarf in~/volatility/tools/linux so that I can create a linux profile but getting below error: make -C //lib/modules/5.11.0-36-generic/build CONFIG_DEBUG_INFO=y M="/home/shagunjain/volatility/tools/linux" modules make[1]: Entering directory '/usr/src/linux-headers-5.11.0-36-generic' ERROR:...

Without having added a license to `module.c`, the following error frequently occurs: ``` ERROR: modpost: missing MODULE_LICENSE() in .../volatility/tools/linux/module.o ``` This PR resolves #803 and resolves #812

Hi , i am trying to build the `module.c` against the 5.11.0-27 kernel (HWE Kernel) and it fails. I had compiled the the module.c with previous GA Kernels. ``` root@ubuntu:/home/user/volatility/tools/linux#...

Using PCILeech with FPGA device, I've retrieved the memory of a Windows 10 x64 system. However, no profiles are found when I run imageinfo. I've tried several different things to...