volatilityfoundation / volatility

An advanced memory forensics framework
http://volatilityfoundation.org/
GNU General Public License v2.0
7.37k stars 1.28k forks source link

Volatility 3: unable to print psscan output to dot format for visualization in GraphViz #842

Open mbunde opened 1 year ago

mbunde commented 1 year ago

When I try to print the output of psscan using the command vol -f xxxx.mem windows.psscan --output=dot --output-file=infected.dot

it fails with this error: volatility: error: unrecognized arguments: --output=dot --output-file=infected.dot

Is there a possible workaround to these on volatility 3

image
miszr commented 1 year ago

This is a Volatility 3 related issue. Please post it at the correct repository: https://github.com/volatilityfoundation/volatility3