如何跟踪 Windows 系统调用
是否可以编写 Windows 7 内核模块并创建一些通用的系统调用过滤器?简而言之,编写一些在(从任何进程)进行系统调用时触发的代码?
谢谢 詹姆斯
Is it possible to write a Windows 7 kernel module and create some generic system call filter? Simply, to write some code that is fired when a system call is made (from any process)?
Thanks
James
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一篇关于挂钩 Windows API 的精彩文章 [1]。它有点旧,并且不涵盖 Windows 7 内核。但我认为你仍然可以借用这个想法。
Here is a great article on hooking Windows API [1]. It is a little old, and not covering Windows 7 kernel. But I think you can still borrow the idea somehow.