An open API service indexing awesome lists of open source software.

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

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 system

The function *NtQueryObject* with *ObjectNameInformation* can hang on named pipe and other objects, so this function was made on a different thread with a timeout.