mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 17:44:52 +02:00
Refactor the get_schema call to make more sense.
This commit is contained in:
@@ -140,7 +140,7 @@ class Intel(interfaces.layers.TranslationLayerInterface):
|
||||
return [self._base_layer]
|
||||
|
||||
@classmethod
|
||||
def get_schema(cls):
|
||||
def get_requirements(cls):
|
||||
return [volatility.framework.configuration.requirements.TranslationLayerRequirement(name = 'memory_layer',
|
||||
constraints = {
|
||||
"type": "physical"},
|
||||
|
||||
Reference in New Issue
Block a user