volatilityfoundation / volatility

An advanced memory forensics framework
http://volatilityfoundation.org/
GNU General Public License v2.0
7.21k stars 1.27k forks source link

Failed to import volatility.plugins.chromehistory #881

Open kozybear opened 3 months ago

kozybear commented 3 months ago

Hi everyone ! I got this problem when trying to run chromehistory plugin and can not fix it. I tried searching but there is no way to solve it. Does anyone know how to fix this problem? Thanks a lot.

*** Failed to import volatility.plugins.chromehistory (ImportError: No module named sqlite_help)
ERROR   : volatility.debug    : You must specify something to do (try -h)
Maysec commented 3 months ago

you can download this file:https://github.com/superponible/volatility-plugins/blob/master/sqlite_help.py and than move it to volatility2/volatility/plugins/

kozybear commented 3 weeks ago

Thank you so much, sir. I fixed it.