Hi.
I am currently using Volatility3 and exported the process tree from a memory dump into a .dot file however I am not having any luck with using Graphviz on converting it into a png or jpg. The following error I am getting is:
Tone@Computer1:~/volatility3$ dot -Tpng pstree.dot -o psscan.png
Error: pstree.dot: syntax error in line 1 near 'Volatility'
Warning: syntax ambiguity - badly delimited number '1.0.' in line 1 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 5 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 6 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 7 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 8 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 9 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 10 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 11 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 12 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 13 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 14 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 15 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 16 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 17 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 18 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 19 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 20 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 21 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 22 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 23 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 24 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 25 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 26 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 27 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 28 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 29 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 30 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 31 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 32 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 33 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 34 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 35 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 36 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 37 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 38 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 39 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 40 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 41 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 42 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 43 of pstree.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 44 of pstree.dot splits into two tokens
Has anyone been able to successfully create a process tree map from a memory dump?