Core: Bump API to 2.0.0 and remove symbol_shift

This commit is contained in:
Mike Auty
2021-10-06 21:03:40 +01:00
parent b2c8a4d02f
commit 8f1c5ee55c
99 changed files with 164 additions and 240 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from volatility3.plugins.linux import pslist
class Bash(plugins.PluginInterface, timeliner.TimeLinerInterface):
"""Recovers bash command history from memory."""
_required_framework_version = (1, 2, 0)
_required_framework_version = (2, 0, 0)
@classmethod
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]: