Refactor the get_schema call to make more sense.

This commit is contained in:
Mike Auty
2016-07-29 02:56:20 +01:00
parent 4f17143fd3
commit bb2dd859d5
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from volatility.framework.renderers import TreeGrid
class PsList(plugins.PluginInterface):
@classmethod
def get_schema(cls):
def get_requirements(cls):
return [requirements.TranslationLayerRequirement(name = 'primary',
description = 'Kernel Address Space',
constraints = {"type": "memory",