Giter VIP home page Giter VIP logo

Comments (5)

ufrisk avatar ufrisk commented on July 17, 2024
  1. have you downloaded and placed the winpmem .sys driver in the folder of MemProcFS according to https://github.com/ufrisk/LeechCore/wiki/Device_WinPMEM

  2. you need to start Python as elevated admin if running against live wimpmem memory since MemProcFS will need to load the winpmem driver into the kernel (and that requires the process to be started as elevated admin).

Please let me know if this resolves your issues.

from memprocfs.

ittaidayagi avatar ittaidayagi commented on July 17, 2024

I did both of your suggestions and it still doesn't work.

from memprocfs.

ufrisk avatar ufrisk commented on July 17, 2024

It seems like WinPmem is not working with Windows 10 release 20.04 or later. It's a known issue. Unfortunately there is nothing I can do about it except hope that they'll be able to fix it. I have documented this on my WinPmem guide info page with a link to the WinPmem issue. https://github.com/ufrisk/LeechCore/wiki/Device_WinPMEM

Can you confirm that you're trying to use WinPmem on 20.04 or later?

Another way may be to use DumpIt; but it requires (as far as I know) an ugly workaround when using Python:

1 start an administrator command prompt
2 run: start DumpIt.exe /L /A c:\Windows\notepad.exe
3 don't close notepad!
4 start python from MemProcFS directory (normal or administrator cmd prompt does not matter)
5 run from vmmpy import *
6 VmmPy_Initialize(['-device', 'dumpit'])

Is this working?

from memprocfs.

ufrisk avatar ufrisk commented on July 17, 2024

did the get the DumpIt Python workaround to work?

from memprocfs.

ufrisk avatar ufrisk commented on July 17, 2024

I'm closing this issue since I'm hoping the python workaround is working and the winpmem issue isn't an issue directly with MemProcFS.

For the winpmem I've updated the guide to reflect that the winpmem driver is broken for the most recent windows versions. It's something out of my control and the winpmem issue has been previously raised with that project.

from memprocfs.

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.