windows file copy internals (on the fly encryption)

浪子不回头ぞ 提交于 2019-12-02 04:23:23

问题


I have to write an on-the-fly encryptor for Windows to encrypt all copied files, To implement this I need some detail about how windows FileCopy works.

So I need a description such as the following: the CreateFile is called, creates a destination file and then reads from source file and then writes to the destination file using WriteFile...

Note that I cannot use any (File system) filter driver; I've to use a user-mode hook.

来源:https://stackoverflow.com/questions/24220382/windows-file-copy-internals-on-the-fly-encryption

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!