VB.net 或 C#.net 中的系统监视程序
我想编写一个简单的程序,它应该在打开任何文件之前通知我(例如 Windows Vista 或 Windows 7 中的用户帐户控制)。我了解到所有防病毒软件都使用这种技术在病毒影响系统之前检测到它们。我的程序必须询问我“您允许该文件运行吗?”如果我允许,则允许它以其他方式终止文件。请帮助我,我希望得到 VB.Net 或 C#.Net 中的示例代码。
请接受我对我糟糕的语言的歉意并提前致谢。
I want to write a simple program, which should inform me before any files getting open (like as User account control in Windows Vista or Windows 7). I came to know that all antiviruses use this technique to detect viruses before they are affecting the system. My program must ask me as "Are you allow this file to run?" and allow it if I allow otherwise terminate the file. Please help me and I kindly expect the sample code in VB.Net or C#.Net.
Please accept my apologize for my poor language and thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果没有外部代码的帮助,这在 VB.NET 或 C# 中是不可能的。
This is not possible in VB.NET or C#, without the help of external code.
您想要挂接到进程监视器...这是您需要执行此操作的代码: 轻松挂钩 ProcessMonitor
You want to hook into Process Monitor... here is the code you will need to do that: Easy Hook into ProcessMonitor