Giter VIP home page Giter VIP logo

Comments (5)

ufrisk avatar ufrisk commented on July 17, 2024

If you're thinking about the virtual memory file / virtual memory space; yes it's going to be too large. It's huge.

There is no way to retrieve memory based on a specific signature. You'll have to read memory and scan the contents of it using your own code.

One way to approach this may be to retrieve the active memory segments in virtual memory - the VADs. This can be retrieved with the call to VmmPy_ProcessGetVadMap.

When you know what the addresses and sizes and a little about what the memory is related to you may read that using VmmPy_MemRead or VmmPy_MemReadScatter

from memprocfs.

ufrisk avatar ufrisk commented on July 17, 2024

Way way long over due. I have some time ago added a search capability to MemProcFS to the file system and its C/C++ API.

If there is any interest I could port it over to Python as well.

I'm closing this issue since it's now finally implemented.

from memprocfs.

FlameSky-S avatar FlameSky-S commented on July 17, 2024

Hi, ufrisk. Have you ported the VMMDLL_MemSearch and VMMDLL_YaraSearch functions to Python?

from memprocfs.

ufrisk avatar ufrisk commented on July 17, 2024

@FlameSky-S It's not added currently. I'll look into adding it next week when I'm back home.

from memprocfs.

ufrisk avatar ufrisk commented on July 17, 2024

@FlameSky-S This was added in the most recent MemProcFS update (v5.7). Please let me know how it works for you.

There are some examples in the example file and also documentation in the wiki

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.