when I'm trying to run the following command on win 10:
volatility_2.6_win64_standalone.exe --plugins=myplugins --profile=Win10x64 -f 20170224.mem myplugin
I get this error:
Traceback (most recent call last):
File "vol.py", line 192, in
File "vol.py", line 183, in main
File "volatility\commands.py", line 147, in execute
File "volatility\commands.py", line 282, in render_text
File "volatility\commands.py", line 273, in _render
File "volatility\commands.py", line 270, in unified_output
NotImplementedError: Rendering using the unified output format has not been implemented for this plugin.
Failed to execute script vol
when I'm trying to run the following command on win 10:
volatility_2.6_win64_standalone.exe --plugins=myplugins --profile=Win10x64 -f 20170224.mem myplugin I get this error:
Traceback (most recent call last): File "vol.py", line 192, in File "vol.py", line 183, in main File "volatility\commands.py", line 147, in execute File "volatility\commands.py", line 282, in render_text File "volatility\commands.py", line 273, in _render File "volatility\commands.py", line 270, in unified_output NotImplementedError: Rendering using the unified output format has not been implemented for this plugin. Failed to execute script vol