holk_leng
驱动牛犊
驱动牛犊
  • 注册日期2004-03-02
  • 最后登录2005-04-26
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1193回复:1

irp_mj_create dispatch function doesn\'t work if the driver is loaded on demand,why?

楼主#
更多 发布于:2004-05-14 14:43
as title, I write a filter driver with a IRP_MJ_CREATE dispatch function to
intercept some operations. If the driver is loaded on boot, the function
works well, but if loaded on demand after system boot,it does nothing, even
I put a breakpoint in the function using softice, I can not step into the
function because the breakpoint never stop the execution.
tooflat
论坛版主
论坛版主
  • 注册日期2002-07-08
  • 最后登录2014-03-11
  • 粉丝2
  • 关注0
  • 积分1007分
  • 威望551点
  • 贡献值3点
  • 好评度476点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2004-05-14 17:46
你能确定attach到volume device上了吗
游客

返回顶部