Robert
Robert

Reputation: 527

Enumerate all symbolic links in kernel driver

How can i enumerate all symbolic links with my windows kernel driver? Like winobj do (GLOBAL??)

Thanks!

Upvotes: 2

Views: 794

Answers (1)

Xearinox
Xearinox

Reputation: 3234

Maybe NtOpenDirectoryObject and NtQueryDirectoryObject functions help you.

Upvotes: 3

Related Questions