拦截Windows中的移动命令

发布于 2024-10-20 04:14:09 字数 175 浏览 0 评论 0原文

我正在开发文档标记软件的插件。我想拦截Windows资源管理器中的MOVE操作,并让标记软件来处理它。

我在想Hooks、DLL注入。用户可以通过多种方式发起 MOVE,我需要拦截所有这些方式。

有没有人有其他想法。如果您也可以发布一些示例链接,那就太好了。

蒂亚·

苏杰

I am working on a plugin for a document tagging software. I would like to intercept the MOVE operation in Windows explorer , and let the tagging software handle it instead .

I was thinking about Hooks, DLL injection . The MOVE can be initiated by several ways by the user, and I need to intercept all of them.

Does anyone have other ideas. It would be nice if you can post some example links too.

TIA

Sujay

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

芸娘子的小脾气 2024-10-27 04:14:09

对于这个问题,Detours 是错误的解决方案。

相反,请考虑使用类似 FileSystemWatcher http://msdn.microsoft.com/en-us /library/x7t1d0ky 或内核模式文件系统过滤驱动程序。

Detours is the wrong solution for this problem.

Instead, consider using something like a FileSystemWatcher http://msdn.microsoft.com/en-us/library/x7t1d0ky or a kernel-mode Filesystem filter driver.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文