Giter VIP home page Giter VIP logo

Comments (3)

ufrisk avatar ufrisk commented on July 17, 2024

The MemProcFS memory map is generated from the in-memory page tables that the CPU uses when translating virtual memory to physical memory.

The VMMap memory map is generated from Windows Virtual Address Descriptors (VADs) that include, for user mode processes, paged out memory and not yet committed memory that is not shown in the current MemProcFS memory map.

I'm actually in the midst of a major rewrite of the underlying virtual memory layer in MemProcFS, and once finished (hopefully before end of the year) it's going to include a separate VAD map similar to VMMap.

This is not explaining any crashes you have though - so I'm guessing a separate issue here. It's really hard for me to track the crash issue down unless I have a way to reproduce it. If you're able to locate it or successfully reproduce it - it would be super nice, or else we'll wait and see if it goes away when my memory subsystem rewrite is finished.

from memprocfs.

bin5k avatar bin5k commented on July 17, 2024

I see, i totally forgot about the VAD Descriptors.
About the crashes, it is related to the AddrBase because my program was expecting addresses similar to the ones in VMMap.
For now i think, i will just walk the VAD myself until you have the rewrite done.

from memprocfs.

ufrisk avatar ufrisk commented on July 17, 2024

I'm closing this issue since VADs are supported since v3.0 released a few days ago.

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.