From 88f73365eeccbd66b0748c71d1a9a6b438735eaf Mon Sep 17 00:00:00 2001 From: Michael Ligh Date: Sat, 15 Sep 2018 09:06:44 -0500 Subject: [PATCH] remove vol magic comment --- volatility/framework/symbols/windows/extensions/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/volatility/framework/symbols/windows/extensions/__init__.py b/volatility/framework/symbols/windows/extensions/__init__.py index 6472db36f..e22a503a2 100644 --- a/volatility/framework/symbols/windows/extensions/__init__.py +++ b/volatility/framework/symbols/windows/extensions/__init__.py @@ -39,7 +39,6 @@ class _POOL_HEADER(objects.Struct): # otherwise we have an executive object in the pool else: - # this used to be a vol magic but its basically the size of a pool header alignment = pool_header_size type_size = self._context.symbol_space.get_type(symbol_table_name + constants.BANG + type_name).size rounded_size = utility.round(type_size, alignment, up = True)