Giter Site home page Giter Site logo

windows-memory-extractor's People

Contributors

pedrofdez26 avatar ricardojrdez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

raystyle

windows-memory-extractor's Issues

Incorporate a "file-version-info,i" option

In addition to obtaining the memory content of a module, it is also interesting to obtain the version information of the file to which it corresponds. Once the module is retrieved, MODULEENTRY32 has an attribute (specifically, szExePath) which allows you to get a reference to the corresponding file on disk. With this, you can get the file version information via GetFileVersionInfo and VerQueryValue (see some code examples here).

When this option is given, you can generate another file in the output directory (for example, ending with .fileinfo extension) in which all the possible file version info is saved.

--join argument only works with --module argument

The optional --join argument works smoothly with the --module argument to extract a module from a given process PID. Unfortunately, the main module (from the process image file) cannot be extracted into a single file as in the case of modules. It would be great if we could run the tool as

.\WindowsMemoryExtractor_x64.exe --pid 1234 --join

And get a single file with the entire memory dump of the main module. I think GetProcessImageFileName can do the job, after getting the process handle by means of OpenProcess.

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.