This question shows research effort; it is useful and clear
3
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在编写一个类似于 rootkit 的程序,它挂钩 Windows 使用的函数来列出文件夹中的文件。我知道在 Windows XP explorer.exe 中,每次我们打开/更新目录时都会使用FindFirstFileW/来列出该文件夹中包含的文件。FindNextFileWWindows 7 的不同故事,我无法理解这里使用哪些功能来完成这项工作。