Abyss-W4tcher

Results 111 comments of Abyss-W4tcher

Also, could you provide a debug run of linux.pslist but with the one where it just doesn't output anything ? There might be additional informations in there.

I'm pretty confident this one is a documentation typo. We could make these kind of dataclasses inherit from `VersionableInterface`, and include them in `get_requirements` when needed. However this can be...

Hi, could you provide us with a `-vvvvvvvvv` debug run, to see if any info comes out here ?

more like : `Python3 vol.py -f memory_dump.raw -vvvvvvvvvv windows.info `

Alright, could you try running : ``` python3 vol.py -f memory_dump.raw -vvvvvvvvvv --clear-cache windows.info ``` It seems there is a problem with the cache directory.

Instead of taking screenshots, could you provide the entire output as a text please ?

This issue is quite similar to https://github.com/volatilityfoundation/volatility3/issues/1226, please check it out and tell us if it fixes it for you too.

Have you tried changing the cache path to a writable directory ? For now, it seems he error relates only to a permission problem.

Yes, Volatility3 supports Windows11. Would you be able to provide a run with : `python3 vol.py -f memory_dump.raw -vvvvvvvvvv --cache-path C:\Users\username\Downloads\test_volatility3_cache\ windows.info` You will need to create the directory `C:\Users\username\Downloads\test_volatility3_cache\`...

Thanks for the review :) The main idea, was to provide a way for users to use an optional functionality that would allow saving time by avoiding generating the same...