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

Can WinPmem dump gpu memory? #33

Open
ImanHosseini opened this issue Jun 24, 2021 · 2 comments
Open

Can WinPmem dump gpu memory? #33

ImanHosseini opened this issue Jun 24, 2021 · 2 comments

Comments

@ImanHosseini
Copy link

I did not find this question covered anywhere: can WinPmem dump GPU memory as well? This question actually breaks down into 2: (1) Can it dump dedicated gpu memory on a discrete gpu? (2) can it dump the memory used by iGPU (Intel UHD/..) which shares the system RAM?

@vivianezw
Copy link
Collaborator

This tool avoids reading from non-RAM-backed memory. That includes DMA range used by the graphic card. It would be better to create a separate project for reading GPU memory as it comes with its own difficulties. Same for network cards.

@ImanHosseini
Copy link
Author

Thank you. Do you know of any open source tool which does that or any pointers on where to start making such a tool?

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

No branches or pull requests

2 participants