mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 11:47:38 +02:00
Support passing through functions from specific to generic template.
This commit is contained in:
@@ -451,6 +451,7 @@ class Enumeration(interfaces.objects.ObjectInterface, int):
|
||||
raise NotImplementedError("Writing to Enumerations is not yet implemented")
|
||||
|
||||
class VolTemplateProxy(interfaces.objects.ObjectInterface.VolTemplateProxy):
|
||||
_methods = ['lookup']
|
||||
|
||||
@classmethod
|
||||
def lookup(cls, template: interfaces.objects.Template, value: int) -> str:
|
||||
|
||||
Reference in New Issue
Block a user