robot icon indicating copy to clipboard operation
robot copied to clipboard

Get list of processes without opening handles

Open dkrutsko opened this issue 8 years ago • 0 comments

Currently, when you use a function like Process::GetList, it opens a handle to every process before potentially adding it to the resulting list. This might compromise the security in some applications. To fix this, this function needs to be fixed (or another function created) that returns the same information but without opening a handle. This applies to mainly Windows and Mac. The same type of issue might also exist in other parts of the library, in which case it also needs to get fixed.

dkrutsko avatar Feb 19 '17 18:02 dkrutsko