Explore verification of handle types in Vezel.Ruptura.System #16
Labels
area: system
Issues related to the operating system APIs.
state: deliberation
Issues that require design work and/or discussion.
Milestone
It would be nice if calling e.g.
ProcessObject.OpenHandle(handle)
would verify thathandle
is in fact a process handle. Currently, we only verify that it's a valid object handle of any kind.I think we could use
NtQueryObject
for this:The text was updated successfully, but these errors were encountered: