From 01616af65591c2289f9280c9a16f54d40b83d1c3 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 24 Aug 2016 01:11:46 +0100 Subject: [PATCH] Remove comment, it's already been converted. --- volatility/framework/automagic/windows.py | 1 - 1 file changed, 1 deletion(-) diff --git a/volatility/framework/automagic/windows.py b/volatility/framework/automagic/windows.py index 9912561e2..ed24e5d59 100644 --- a/volatility/framework/automagic/windows.py +++ b/volatility/framework/automagic/windows.py @@ -169,7 +169,6 @@ class WintelHelper(interfaces.automagic.AutomagicInterface, interfaces.automagic if ("memory_layer" in requirement.requirements and requirement.requirements["memory_layer"].validate(context, sub_config_path)): physical_layer = requirement.requirements["memory_layer"].config_value(context, sub_config_path) - # TODO: Convert to scanner framework hits = context.memory[physical_layer].scan(context, PageMapScanner(useful)) for test, dtb in hits: context.config[interfaces.configuration.path_join(sub_config_path, "page_map_offset")] = dtb