A client creates or opens a file, I'm injecting into the client and getting a handle of the file. From the handle can I get "desired access" the client provided to "CreateFile" function when calling CreateFile or OpenFile functions?
I want to open another file with exactly same access?
I tried NtQueryObject but could not find a class which returns handle access values