Skip to content

Commit acc4319

Browse files
authored
Merge pull request #19 from morallo/master
Fix for import errors
2 parents 72369c5 + 3b9413f commit acc4319

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

DatQuoc/__init__.py

Whitespace-only changes.

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"

StanislasLejay/linux/__init__.py

Whitespace-only changes.

YingLi/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)