Memory Analysis
VMEM dump
Use volatility to get some info about the memory dump
While running Vol3, If you run into: AttributeError: function/symbol 'ARC4_stream_init' Fix: pip3 install pycryptodome==3.0.0.
python3 vol.py imageinfo -f Snapshot.vmem
Depending on the output, you might be able to enumerate further.

python3 vol.py -f Snapshot.vmem hashdump
Last updated
Was this helpful?