Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用我的 Windows 内核驱动程序枚举所有符号链接?像 winobj 一样 (GLOBAL??)
谢谢!
也许NtOpenDirectoryObject和NtQueryDirectoryObject函数可以帮助你。