mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 10:47:38 +02:00
Add in fallbacks for legacy code.
This commit is contained in:
@@ -28,6 +28,8 @@ class _CMHIVE(objects.Struct):
|
||||
|
||||
return None
|
||||
|
||||
name = helper_name
|
||||
|
||||
|
||||
class _UNICODE_STRING(objects.Struct):
|
||||
@property
|
||||
@@ -38,6 +40,8 @@ class _UNICODE_STRING(objects.Struct):
|
||||
return self.Buffer.dereference().cast("string", max_length = self.Length, errors = "replace",
|
||||
encoding = "utf16")
|
||||
|
||||
String = helper_string
|
||||
|
||||
|
||||
class _EPROCESS(generic.GenericIntelProcess):
|
||||
def add_process_layer(self, context, config_prefix = None, preferred_name = None):
|
||||
|
||||
Reference in New Issue
Block a user