mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 13:17:38 +02:00
Add back in the deprecated helper for _CMHIVE.
This commit is contained in:
@@ -2,7 +2,7 @@ import enum
|
||||
import logging
|
||||
import struct
|
||||
|
||||
from volatility.framework import objects, constants, exceptions
|
||||
from volatility.framework import constants, exceptions, objects
|
||||
from volatility.framework.layers.registry import RegistryHive
|
||||
|
||||
vollog = logging.getLogger(__name__)
|
||||
@@ -38,6 +38,8 @@ class _CMHIVE(objects.Struct):
|
||||
|
||||
return None
|
||||
|
||||
name = helper_name
|
||||
|
||||
|
||||
class _CM_KEY_NODE(objects.Struct):
|
||||
"""Extension to allow traversal of registry keys"""
|
||||
|
||||
Reference in New Issue
Block a user