Filemon.exe

  • Thread starter Thread starter He Rong
  • Start date Start date
H

He Rong

Filemon.exe can't work on my runtime. Is there other method that has similar
function?

Thanks and Best Regards,

Ann
 
Ann,

Satisfying FileMon.exe dependencies (check with Dependency Walker) is pretty
straightforward task. You don't even have to add all the required components
to your Configuration but rather you may copy all needed dlls from XP Pro or
XPe Repository to your runtime %SystemRoot%\system32 directory.
If you are running XPe image on you dev machine (second partition or else)
or you have a network access from your runtime image then it is even
easier - you can run FileMon just from the XP Pro's %\systemroot%\system32
working or network shared directory.

Another method would be in creating a new file system driver to see all IRPs
and FastIO requests directed at drives (+GUI, etc.). But I think you're
going to reinvent wheel.

KM

PS. Be careful with the FileMon version. The older versions do not work on
XP.
 
Back
Top