Volshell: Bump required framework version

This commit is contained in:
Mike Auty
2020-10-29 09:43:16 +00:00
committed by ikelos
parent ea629591ef
commit e99706384c
+1 -1
View File
@@ -42,7 +42,7 @@ class VolShell(cli.CommandLine):
determining the plugin to run and then running it."""
sys.stdout.write("Volshell (Volatility 3 Framework) {}\n".format(constants.PACKAGE_VERSION))
framework.require_interface_version(1, 0, 0)
framework.require_interface_version(2, 0, 0)
parser = argparse.ArgumentParser(prog = 'volshell',
description = "A tool for interactivate forensic analysis of memory images")