mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-27 03:54:49 +02:00
Refactor the get_schema call to make more sense.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user