Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--join argument only works with --module argument #1

Closed
ricardojrdez opened this issue Jul 18, 2021 · 0 comments
Closed

--join argument only works with --module argument #1

ricardojrdez opened this issue Jul 18, 2021 · 0 comments
Labels

Comments

@ricardojrdez
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants