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 上创建一个可以为读/写调用添加功能的虚拟文件有多难?
例如,理想情况下,我想创建一个文件,然后附加一个事件处理程序,这样每当读取文件时,读取调用块并运行代码以获取数据,将数据填充到文件中,然后将数据发送到请求读取的程序。
据我了解,这与 FUSE 的工作方式很接近,但 Windows 中似乎没有 FUSE 实现。如果有办法做到这一点,我真的只需要捕获打开/读/写。