Reputation: 527
How can i enumerate all symbolic links with my windows kernel driver? Like winobj do (GLOBAL??)
Thanks!
Upvotes: 2
Views: 794
Reputation: 3234
Maybe NtOpenDirectoryObject and NtQueryDirectoryObject functions help you.
Upvotes: 3