pypykatz-volatility3
pypykatz-volatility3 copied to clipboard
Error "KeyError: 'primary'" during work of plugin
Hello, i need help.
When i use plugin, i got strange error: "KeyError: 'primary'"
Running command as
python3 vol.py -f ~/testy-tms/silver.raw windows.vol_pypykatz.pypykatz
Got error:
Volatility 3 Framework 2.7.0
Traceback (most recent call last):B scanning finished
File "/home/andy/2/volatility3/volatility3/framework/interfaces/configuration.py", line 163, in getitem
return self._data[key]
~~~~~~~~~~^^^^^
KeyError: 'primary'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/andy/2/volatility3/vol.py", line 10, in
I dont have such error for other plugins. Seems like a bug in plugin (using 10.05.2024 version of volatility3)