https://github.com/tksh164/gdires
https://github.com/tksh164/gdires
command-line-tool dgi windows
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tksh164/gdires
- Owner: tksh164
- License: mit
- Created: 2017-05-20T14:12:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T14:47:43.000Z (over 3 years ago)
- Last Synced: 2025-01-23T23:15:03.837Z (over 1 year ago)
- Topics: command-line-tool, dgi, windows
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GdiRes
This tool shows the count of handles to GUI objects in use by the specified process.
## Usage
```
GdiRes.exe
```
```
> .\GdiRes.exe 11392
PID: 11392
GDI Objects: 2200
USER Objects: 1331
```
## Building from source
Run the **nmake** in the Visual Studio's Developer PowerShell or Developer Command Prompt.
```
nmake build
```
## License
Copyright (c) 2017-present Takeshi Katano. All rights reserved. This software is released under the [MIT License](https://github.com/tksh164/GdiRes/blob/master/LICENSE).
Disclaimer: The codes stored herein are my own personal codes and do not related my employer's any way.