Author: Chris_SHX
Subject: Change handle access mask
Posted: 15 April 2015 at 9:42am
Hello,
Edited by Chris_SHX - 14 hours 20 minutes ago at 9:43am
Subject: Change handle access mask
Posted: 15 April 2015 at 9:42am
Hello,
I want to change (revoke some access) handle access mask.
I haven't found anything documented about doing this.
I have a kernelmode driver and only one way I saw is to enumerate using ZwQuerySystemInformation and close using ZwDuplicateObject, but I dont want to close specific handle, but only change it's access rights. How to do that?
I haven't found anything documented about doing this.
I have a kernelmode driver and only one way I saw is to enumerate using ZwQuerySystemInformation and close using ZwDuplicateObject, but I dont want to close specific handle, but only change it's access rights. How to do that?
Edited by Chris_SHX - 14 hours 20 minutes ago at 9:43am