Git Product home page Git Product logo

Comments (18)

ysl2000 avatar ysl2000 commented on August 21, 2024

I want to know how to solve this problem. Please give the solution steps.

from volatility3.

ikelos avatar ikelos commented on August 21, 2024

Please ensure you include the output of volatility run with -vvv as mentioned in the instructions when filing a bug...

from volatility3.

ysl2000 avatar ysl2000 commented on August 21, 2024

Please ensure you include the output of volatility run with -vvv as mentioned in the instructions when filing a bug...

Sorry, I don't understand what you mean. Is that right?
1714005654337

from volatility3.

ikelos avatar ikelos commented on August 21, 2024

No, sorry, the -vvv must go directly after vol.py, so python vol.py -vvv -f "F:\Virtual Machines\Win 10\Windows 10 x64-da1a05fb.vmem" windows.pslist.PsList.

Please also note, that to use vmem files, you might also need a vmsn or vmss file to be present in the same directory for the memory image to be read correctly (these are metadata files used by vmware to store the memory more compactly, but volatility cannot tell whether vmware used these additional files or not).

from volatility3.

ysl2000 avatar ysl2000 commented on August 21, 2024

No, sorry, the -vvv must go directly after vol.py, so python vol.py -vvv -f "F:\Virtual Machines\Win 10\Windows 10 x64-da1a05fb.vmem" windows.pslist.PsList.

Please also note, that to use vmem files, you might also need a vmsn or vmss file to be present in the same directory for the memory image to be read correctly (these are metadata files used by vmware to store the memory more compactly, but volatility cannot tell whether vmware used these additional files or not).

Thank you for your advice. Also, I have vmss files in my folder. Now there are the following problems, how to solve them?
1
2
3

from volatility3.

ysl2000 avatar ysl2000 commented on August 21, 2024

No, sorry, the -vvv must go directly after vol.py, so python vol.py -vvv -f "F:\Virtual Machines\Win 10\Windows 10 x64-da1a05fb.vmem" windows.pslist.PsList.

Please also note, that to use vmem files, you might also need a vmsn or vmss file to be present in the same directory for the memory image to be read correctly (these are metadata files used by vmware to store the memory more compactly, but volatility cannot tell whether vmware used these additional files or not).

In addition, it was able to run normally a few days ago, but suddenly there was a problem these days.

from volatility3.

nallamuthu avatar nallamuthu commented on August 21, 2024

@ysl2000 did you cloned the recent version and end up with this issue? I am also facing the same. It was working 25 days back but now i end up with same issue.

from volatility3.

ysl2000 avatar ysl2000 commented on August 21, 2024

@ysl2000 did you cloned the recent version and end up with this issue? I am also facing the same. It was working 25 days back but now i end up with same issue.
Yes, I do! I changed the path of the entire file, copied it to another location, and then it didn't work. How can I solve it?

from volatility3.

Abyss-W4tcher avatar Abyss-W4tcher commented on August 21, 2024

Hi, could you try running --clear-cache right after the -vvv option ?

from volatility3.

ysl2000 avatar ysl2000 commented on August 21, 2024

Hi, could you try running --clear-cache right after the -vvv option ?

Still not working.

from volatility3.

ikelos avatar ikelos commented on August 21, 2024

By supplying screenshots rather than copying the text of the output, it makes it very difficult to search and to copy/paste particular text from the output. When reporting bugs in the future, please always copy and paste text and do not include screenshots of text, it slows everything down.

There may be an issue with clearing the cache, in which case --clear-cache may also not solve the problem. To verify whether thats the case, please use --clear-cache and let us know whether that helps. If it doesn't, you'll need to delete the entire directory C:\Users\ysl.PC-20231112KYCE.000\AppData\Roaming\volatility3 (which may have a mistake because it retyped from the image, rather than copy pasting from the output). If you need to do that, please also report back whether that then solves the problem, and if so we can improve the --clear-cache function. Thanks...

from volatility3.

ysl2000 avatar ysl2000 commented on August 21, 2024

By supplying screenshots rather than copying the text of the output, it makes it very difficult to search and to copy/paste particular text from the output. When reporting bugs in the future, please always copy and paste text and do not include screenshots of text, it slows everything down.

There may be an issue with clearing the cache, in which case --clear-cache may also not solve the problem. To verify whether thats the case, please use --clear-cache and let us know whether that helps. If it doesn't, you'll need to delete the entire directory C:\Users\ysl.PC-20231112KYCE.000\AppData\Roaming\volatility3 (which may have a mistake because it retyped from the image, rather than copy pasting from the output). If you need to do that, please also report back whether that then solves the problem, and if so we can improve the --clear-cache function. Thanks...

Sorry, using --clear-cache doesn't work either. And I did not find the path file you mentioned in drive C.

from volatility3.

ikelos avatar ikelos commented on August 21, 2024

The AppData directory is usually hidden, but I've made an update to ensure the cache is fully cleared during run, rather than the quick clear it does at the moment. Please ensure you're using commit 35c58372 and try the --clear-cache option again.

from volatility3.

ysl2000 avatar ysl2000 commented on August 21, 2024

The AppData directory is usually hidden, but I've made an update to ensure the cache is fully cleared during run, rather than the quick clear it does at the moment. Please ensure you're using commit 35c58372 and try the --clear-cache option again.
I'm sorry, but the solution you proposed still doesn't solve the problem. Or is there something wrong with my orders? Could you please help me guide it again?
ee5220a50bbb1e9ce2312349812407e

from volatility3.

ikelos avatar ikelos commented on August 21, 2024

from volatility3.

ysl2000 avatar ysl2000 commented on August 21, 2024

commit 35c5837

Thank you for your guidance. I don't know how to use commit 35c5837, but I re-downloaded volatility after your update. Although version 2.5.0 is still not working, version 2.7.0 is available.

from volatility3.

ikelos avatar ikelos commented on August 21, 2024

It's in the live development version. You can either wait for our next release or you can click on the green code button on the front page of our github site, and click download to get the latest development version. We need to roll a new release soon, but we haven't determined a date for that yet.

from volatility3.

ysl2000 avatar ysl2000 commented on August 21, 2024

It's in the live development version. You can either wait for our next release or you can click on the green code button on the front page of our github site, and click download to get the latest development version. We need to roll a new release soon, but we haven't determined a date for that yet.

Okay, thank you.

from volatility3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.