Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robmikh/dwmdumper
A utility to take a memory dump of DWM.exe using a hotkey.
https://github.com/robmikh/dwmdumper
Last synced: 1 day ago
JSON representation
A utility to take a memory dump of DWM.exe using a hotkey.
- Host: GitHub
- URL: https://github.com/robmikh/dwmdumper
- Owner: robmikh
- License: mit
- Created: 2021-11-18T03:43:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T08:16:31.000Z (7 months ago)
- Last Synced: 2024-11-08T10:16:21.571Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dwmdumper
A utility to take a memory dump of DWM.exe using a hotkey.## Instructions
1. Go to the [releases section](https://github.com/robmikh/dwmdumper/releases) and download `dwmdumper_x86_64-pc-windows-msvc_release.zip` from the latest release available.
2. Unpack that in some temp directory.
3. Open a console window **running as admin** and run dwmdumper.exe.
4. Repro the condition.
5. Hit SHIFT+CTRL+D, a dump of the DWM will be collected and in the same directory as the tool.