mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
Volshell: Bump required framework version
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user