kevthehermit / VolUtility

Web App for Volatility framework
GNU General Public License v3.0
378 stars 83 forks source link

Error with Malthfind Plugin #74

Open jtrombley90 opened 7 years ago

jtrombley90 commented 7 years ago

Adding the Malthfind plugin shows an import error for callstacks.py. Callstacks needs to be in the volatility/plugins/malware directory which i have but is VolUtility aware of that?

Error: Failed to import volatility.plugins.malthfind (ImportError: No module named callstacks) ~/VolUtility/plugins/malthfind.py(13)()

Thanks, Josh