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.
1 parent c48ad90 commit 03e7506Copy full SHA for 03e7506
volatility3/framework/symbols/windows/extensions/__init__.py
@@ -762,7 +762,6 @@ def add_process_layer(
762
self._context, dtb, config_prefix, preferred_name
763
)
764
765
- @functools.lru_cache
766
def get_peb(self) -> interfaces.objects.ObjectInterface:
767
"""Constructs a PEB object"""
768
if constants.BANG not in self.vol.type_name:
@@ -788,7 +787,6 @@ def get_peb(self) -> interfaces.objects.ObjectInterface:
788
787
789
return peb
790
791
792
def get_peb32(self) -> Optional[interfaces.objects.ObjectInterface]:
793
"""Constructs a PEB32 object"""
794
0 commit comments