https://github.com/matrix86/enumeratehandles
Implementation of http://forum.sysinternals.com/howto-enumerate-handles_topic18892.html to enumerate all open handles on a Windows system
https://github.com/matrix86/enumeratehandles
Last synced: 4 months ago
JSON representation
Implementation of http://forum.sysinternals.com/howto-enumerate-handles_topic18892.html to enumerate all open handles on a Windows system
- Host: GitHub
- URL: https://github.com/matrix86/enumeratehandles
- Owner: Matrix86
- Created: 2015-03-11T21:25:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T14:12:22.000Z (over 4 years ago)
- Last Synced: 2024-12-30T22:05:00.822Z (4 months ago)
- Language: C++
- Size: 145 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows Handles enumeration
Implementation of http://forum.sysinternals.com/howto-enumerate-handles_topic18892.html to enumerate all open handles on a Windows systemThe function *NtQueryObject* with *ObjectNameInformation* can hang on named pipe and other objects, so this function was made on a different thread with a timeout.