volatility icon indicating copy to clipboard operation
volatility copied to clipboard

Error in analyzing segment heap structure using volshell

Open hanxu-a opened this issue 4 years ago • 0 comments

python vol.py -f Win10_17134.dmp --profile=Win10x64_17134 volshell

dt('_SEGMENT_HEAP') Traceback (most recent call last): File "", line 1, in File "/home/shx/volatility-master/volatility/plugins/volshell.py", line 382, in dt size = profile.get_obj_size(objct) File "/home/shx/volatility-master/volatility/obj.py", line 1021, in get_obj_size tmp = self._get_dummy_obj(name) File "/home/shx/volatility-master/volatility/obj.py", line 1005, in _get_dummy_obj tmp = self.types[name](offset = 0, name = name, vm = dummy(), parent = None) KeyError: '_SEGMENT_HEAP'

hanxu-a avatar Jan 25 '21 02:01 hanxu-a