Skip to content

Commit c70fb62

Browse files
author
morallo
committed
Fixes wrong callstacks import
1 parent 29b07e7 commit c70fb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DimaPshoul/malthfind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import volatility.plugins.malware.malfind as malfind
1111
import volatility.debug as debug
1212
import volatility.plugins.malware.threads as threads
13-
import volatility.plugins.malware.callstacks as callstacks
13+
import callstacks
1414

1515
# pattern names for the plugins output
1616
pattern_name_dll_injection = "Dll injection"

0 commit comments

Comments
 (0)