mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
remove vol magic comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user