We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62aa9c1 + 4c2d2f9 commit a196140Copy full SHA for a196140
volatility3/framework/symbols/linux/extensions/__init__.py
@@ -1004,7 +1004,7 @@ def __iter__(self) -> Iterator[interfaces.objects.ObjectInterface]:
1004
return self.to_list(self.vol.parent.vol.type_name, self.vol.member_name)
1005
1006
1007
-class hlist_head(objects.StructType, collections.abc.Iterable):
+class hlist_head(objects.StructType):
1008
def to_list(
1009
self,
1010
symbol_type: str,
0 commit comments