macwang
驱动牛犊
驱动牛犊
  • 注册日期2007-06-24
  • 最后登录2010-01-30
  • 粉丝0
  • 关注0
  • 积分100分
  • 威望11点
  • 贡献值0点
  • 好评度10点
  • 原创分0分
  • 专家分0分
阅读:1517回复:0

Filespy根据 irp如何 判断是否创建,删除文件 ?

楼主#
更多 发布于:2007-07-05 19:03
IRP_MJ_CREATE  似乎打开文件也有这个请求
msdn说
The operating system sends an IRP_MJ_CREATE request to open a handle to a file object or device object. For example, when a driver calls ZwCreateFile, the operating system sends an IRP_MJ_CREATE request to perform the actual open operation.


怎么根据 filespy 中的 IrpMajor, IrpMinor,   IrpFlags, NoCache, Paging I/O,
 Synchronous, Synchronous paging, FileName,
 ReturnStatus, FileName  判断?
游客

返回顶部