From f5e075ab729386f9379c7fc3e2f0fe5b88cced3a Mon Sep 17 00:00:00 2001 From: superponible Date: Wed, 29 Aug 2018 21:10:20 -0500 Subject: [PATCH] change comment to docstring --- volatility/framework/symbols/windows/extensions/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/volatility/framework/symbols/windows/extensions/__init__.py b/volatility/framework/symbols/windows/extensions/__init__.py index d5b407618..cb5b86c40 100644 --- a/volatility/framework/symbols/windows/extensions/__init__.py +++ b/volatility/framework/symbols/windows/extensions/__init__.py @@ -308,8 +308,8 @@ class _CM_KEY_BODY(objects.Struct): is not tied to the registry hive file format on disk.""" def _skip_key_hive_entry_path(self, kcb_flags): - # Win10 14393 introduced an extra path element that it skips - # over by checking for Flags that contain KEY_HIVE_ENTRY + """Win10 14393 introduced an extra path element that it skips + over by checking for Flags that contain KEY_HIVE_ENTRY""" from volatility.framework.symbols.windows.extensions.registry import RegKeyFlags