Hello,
I was just getting started with the IFS kit and wanted some help with
the sample minifilter drivers. How do I compile and run the minispy
sample which has come with the kit?
I could not find any pointers to setting up the debug environment in
the help files included.
Any help will be greatly appreciated.
Thanks,
Ronak Sutaria
–
Department of Computer Science
New Jersey Institute of Technology
Hi,
Just navigate to Windows ifs kit and ddk from the start menu and in build
enviroments select Windows XP build environment.There you will see checked
or free build environment.Click one.It will open a command console with all
the necessary environment variables set to be able to compile and link
drivers. Go to the folder of the minispy project and run build.exe to
generate the driver and the user program.Take a look at mspyuser.c to see
the switchs you have available.You’d better test this utility on Windows XP
SP2 because it depends on the filter manager and it had not been ready till
that service pack .You shouldn’t have any problem using this utility.
Hope this helps.
Ken,
In response to:
Hello,
I was just getting started with the IFS kit and wanted some help with the
sample minifilter drivers. How do I compile and run the minispy sample which
has come with the kit?
I could not find any pointers to setting up the debug environment in the
help files included.
Any help will be greatly appreciated.
Thanks,
Ronak Sutaria
Don’t just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
Hi Ken,
Thanks for the tip. I have been able to build the minispy.sys and
minispy.exe files. But as you mentioned about the switches in
mspyuser.c, I could not locate the right combination to get it
running.
The error I am getting is:
Connecting to filter's port...
Could not connect to filter: 0x80070002
The system cannot find the file specified.
It seems like its looking for some service to be running, but I dont
know what do I need to start before running this.
Thanks, indeed, for your help in this.
Ronak
On 5/18/05, ken Jelvis wrote:
> Hi,
> Just navigate to Windows ifs kit and ddk from the start menu and in build
> enviroments select Windows XP build environment.There you will see checked
> or free build environment.Click one.It will open a command console with all
> the necessary environment variables set to be able to compile and link
> drivers. Go to the folder of the minispy project and run build.exe to
> generate the driver and the user program.Take a look at mspyuser.c to see
> the switchs you have available.You'd better test this utility on Windows XP
> SP2 because it depends on the filter manager and it had not been ready till
> that service pack .You shouldn't have any problem using this utility.
> Hope this helps.
> Ken,
>
> In response to:
> Hello,
> I was just getting started with the IFS kit and wanted some help with the
> sample minifilter drivers. How do I compile and run the minispy sample which
> has come with the kit?
>
> I could not find any pointers to setting up the debug environment in the
> help files included.
>
> Any help will be greatly appreciated.
>
> Thanks,
>
> Ronak Sutaria
>
> _________________________________________________________________
> Don't just search. Find. Check out the new MSN Search!
> http://search.msn.click-url.com/go/onm00200636ave/direct/01/
>
> ---
> Questions? First check the IFS FAQ at The NT Insider:Windows NT Virtual Memory (Part I)
>
> You are currently subscribed to ntfsd as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
Hi Ron,
Maybe "man fltmgr --use_the_source_luke" could be helpful here ;).
Anyway Reading The Fantastic Manual is a good choice too.
Regards,
A Tux´s friend
-----Mensaje original-----
De: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] En nombre de Ron Sutaria
Enviado el: miércoles, 18 de mayo de 2005 18:05
Para: Windows File Systems Devs Interest List
Asunto: Re: [ntfsd] basic IFS question
Hi Ken,
Thanks for the tip. I have been able to build the minispy.sys and
minispy.exe files. But as you mentioned about the switches in
mspyuser.c, I could not locate the right combination to get it
running.
The error I am getting is:
Connecting to filter's port...
Could not connect to filter: 0x80070002
The system cannot find the file specified.
It seems like its looking for some service to be running, but I dont
know what do I need to start before running this.
Thanks, indeed, for your help in this.
Ronak
On 5/18/05, ken Jelvis wrote:
>Hi,
>Just navigate to Windows ifs kit and ddk from the start menu and in build
>enviroments select Windows XP build environment.There you will see checked
>or free build environment.Click one.It will open a command console with all
>the necessary environment variables set to be able to compile and link
>drivers. Go to the folder of the minispy project and run build.exe to
>generate the driver and the user program.Take a look at mspyuser.c to see
>the switchs you have available.You'd better test this utility on Windows XP
>SP2 because it depends on the filter manager and it had not been ready till
>that service pack .You shouldn't have any problem using this utility.
>Hope this helps.
>Ken,
>
>In response to:
>Hello,
>I was just getting started with the IFS kit and wanted some help with the
>sample minifilter drivers. How do I compile and run the minispy sample
>which
>has come with the kit?
>
>I could not find any pointers to setting up the debug environment in the
>help files included.
>
>Any help will be greatly appreciated.
>
>Thanks,
>
>Ronak Sutaria
>
>
>Don't just search. Find. Check out the new MSN Search!
>http://search.msn.click-url.com/go/onm00200636ave/direct/01/
>
>---
>Questions? First check the IFS FAQ at
>The NT Insider:Windows NT Virtual Memory (Part I)
>
>You are currently subscribed to ntfsd as: xxxxx@gmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com
>
---
Questions? First check the IFS FAQ at
The NT Insider:Windows NT Virtual Memory (Part I)
You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to xxxxx@lists.osr.com
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Ken,
To get things up and going.
- Copy the minispy.sys, minispy.inf and minispy.exe files to a
directory somewhere
- Use the minispy.inf file to install the driver (you should be able to
right-click install this)
- From a command prompt use the fltmc.exe utility to load the driver by
typing 'fltmc load minispy'
- Type 'fltmc attach C:' to attach the minispy driver to the c: driver
(replace c: with the drive you want to spy on)
- Launch minispy.exe. Enjoy
Some of this might have changed as I am at home at the moment and have
an older version of the IFS Kit on my home machine but, it should get
you going.
Regards
Ben Curley
DESlock+ Lead Developer
Data Encryption Systems Ltd.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ron Sutaria
Sent: 18 May 2005 17:05
To: Windows File Systems Devs Interest List
Subject: Re: [ntfsd] basic IFS question
Hi Ken,
Thanks for the tip. I have been able to build the minispy.sys and
minispy.exe files. But as you mentioned about the switches in
mspyuser.c, I could not locate the right combination to get it
running.
The error I am getting is:
Connecting to filter's port...
Could not connect to filter: 0x80070002
The system cannot find the file specified.
It seems like its looking for some service to be running, but I dont
know what do I need to start before running this.
Thanks, indeed, for your help in this.
Ronak
On 5/18/05, ken Jelvis wrote:
> Hi,
> Just navigate to Windows ifs kit and ddk from the start menu and in
build
> enviroments select Windows XP build environment.There you will see
checked
> or free build environment.Click one.It will open a command console
with all
> the necessary environment variables set to be able to compile and link
> drivers. Go to the folder of the minispy project and run build.exe to
> generate the driver and the user program.Take a look at mspyuser.c to
see
> the switchs you have available.You'd better test this utility on
Windows XP
> SP2 because it depends on the filter manager and it had not been ready
till
> that service pack .You shouldn't have any problem using this utility.
> Hope this helps.
> Ken,
>
> In response to:
> Hello,
> I was just getting started with the IFS kit and wanted some help with
the
> sample minifilter drivers. How do I compile and run the minispy sample
which
> has come with the kit?
>
> I could not find any pointers to setting up the debug environment in
the
> help files included.
>
> Any help will be greatly appreciated.
>
> Thanks,
>
> Ronak Sutaria
>
> _________________________________________________________________
> Don't just search. Find. Check out the new MSN Search!
> http://search.msn.click-url.com/go/onm00200636ave/direct/01/
>
> ---
> Questions? First check the IFS FAQ at
The NT Insider:Windows NT Virtual Memory (Part I)
>
> You are currently subscribed to ntfsd as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
---
Questions? First check the IFS FAQ at
The NT Insider:Windows NT Virtual Memory (Part I)
You are currently subscribed to ntfsd as: unknown lmsubst tag argument:
''
To unsubscribe send a blank email to xxxxx@lists.osr.com
Ben,
I’m trying out the steps you have mentioned. Sorry for continuing with
the newbie questions: can you explain how exactly to do the second
step of installing the driver by right-click. Couldn’t exactly follow
that.
thanks,
Ronak
On 5/18/05, Ben Curley wrote:
>
> Ken,
>
> To get things up and going.
>
> 1. Copy the minispy.sys, minispy.inf and minispy.exe files to a
> directory somewhere
> 2. Use the minispy.inf file to install the driver (you should be able to
> right-click install this)
> 3. From a command prompt use the fltmc.exe utility to load the driver by
> typing ‘fltmc load minispy’
> 4. Type ‘fltmc attach C:’ to attach the minispy driver to the c: driver
> (replace c: with the drive you want to spy on)
> 5. Launch minispy.exe. Enjoy
>
> Some of this might have changed as I am at home at the moment and have
> an older version of the IFS Kit on my home machine but, it should get
> you going.
>
> Regards
>
> Ben Curley
> DESlock+ Lead Developer
> Data Encryption Systems Ltd.
>
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Ron Sutaria
> Sent: 18 May 2005 17:05
> To: Windows File Systems Devs Interest List
> Subject: Re: [ntfsd] basic IFS question
>
> Hi Ken,
>
> Thanks for the tip. I have been able to build the minispy.sys and
> minispy.exe files. But as you mentioned about the switches in
> mspyuser.c, I could not locate the right combination to get it
> running.
>
> The error I am getting is:
> --------------------------------------------------------------------
> Connecting to filter’s port…
> Could not connect to filter: 0x80070002
> The system cannot find the file specified.
> --------------------------------------------------------------------
>
> It seems like its looking for some service to be running, but I dont
> know what do I need to start before running this.
>
>
> Thanks, indeed, for your help in this.
>
> Ronak
>
>
> On 5/18/05, ken Jelvis wrote:
> > Hi,
> > Just navigate to Windows ifs kit and ddk from the start menu and in
> build
> > enviroments select Windows XP build environment.There you will see
> checked
> > or free build environment.Click one.It will open a command console
> with all
> > the necessary environment variables set to be able to compile and link
> > drivers. Go to the folder of the minispy project and run build.exe to
> > generate the driver and the user program.Take a look at mspyuser.c to
> see
> > the switchs you have available.You’d better test this utility on
> Windows XP
> > SP2 because it depends on the filter manager and it had not been ready
> till
> > that service pack .You shouldn’t have any problem using this utility.
> > Hope this helps.
> > Ken,
> >
> > In response to:
> > Hello,
> > I was just getting started with the IFS kit and wanted some help with
> the
> > sample minifilter drivers. How do I compile and run the minispy sample
> which
> > has come with the kit?
> >
> > I could not find any pointers to setting up the debug environment in
> the
> > help files included.
> >
> > Any help will be greatly appreciated.
> >
> > Thanks,
> >
> > Ronak Sutaria
> >
> > _________________________________________________________________
> > Don’t just search. Find. Check out the new MSN Search!
> > http://search.msn.click-url.com/go/onm00200636ave/direct/01/
> >
> > —
> > Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
> >
> > You are currently subscribed to ntfsd as: xxxxx@gmail.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
> —
> Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: unknown lmsubst tag argument:
> ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> —
> Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
Hey!! sorry abt the this last mail. Just figured that… :}
thanks
On 5/18/05, Ronak Sutaria wrote:
> Ben,
>
> I’m trying out the steps you have mentioned. Sorry for continuing with
> the newbie questions: can you explain how exactly to do the second
> step of installing the driver by right-click. Couldn’t exactly follow
> that.
>
> thanks,
>
> Ronak
>
> On 5/18/05, Ben Curley wrote:
> >
> > Ken,
> >
> > To get things up and going.
> >
> > 1. Copy the minispy.sys, minispy.inf and minispy.exe files to a
> > directory somewhere
> > 2. Use the minispy.inf file to install the driver (you should be able to
> > right-click install this)
> > 3. From a command prompt use the fltmc.exe utility to load the driver by
> > typing ‘fltmc load minispy’
> > 4. Type ‘fltmc attach C:’ to attach the minispy driver to the c: driver
> > (replace c: with the drive you want to spy on)
> > 5. Launch minispy.exe. Enjoy
> >
> > Some of this might have changed as I am at home at the moment and have
> > an older version of the IFS Kit on my home machine but, it should get
> > you going.
> >
> > Regards
> >
> > Ben Curley
> > DESlock+ Lead Developer
> > Data Encryption Systems Ltd.
> >
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Ron Sutaria
> > Sent: 18 May 2005 17:05
> > To: Windows File Systems Devs Interest List
> > Subject: Re: [ntfsd] basic IFS question
> >
> > Hi Ken,
> >
> > Thanks for the tip. I have been able to build the minispy.sys and
> > minispy.exe files. But as you mentioned about the switches in
> > mspyuser.c, I could not locate the right combination to get it
> > running.
> >
> > The error I am getting is:
> > --------------------------------------------------------------------
> > Connecting to filter’s port…
> > Could not connect to filter: 0x80070002
> > The system cannot find the file specified.
> > --------------------------------------------------------------------
> >
> > It seems like its looking for some service to be running, but I dont
> > know what do I need to start before running this.
> >
> >
> > Thanks, indeed, for your help in this.
> >
> > Ronak
> >
> >
> > On 5/18/05, ken Jelvis wrote:
> > > Hi,
> > > Just navigate to Windows ifs kit and ddk from the start menu and in
> > build
> > > enviroments select Windows XP build environment.There you will see
> > checked
> > > or free build environment.Click one.It will open a command console
> > with all
> > > the necessary environment variables set to be able to compile and link
> > > drivers. Go to the folder of the minispy project and run build.exe to
> > > generate the driver and the user program.Take a look at mspyuser.c to
> > see
> > > the switchs you have available.You’d better test this utility on
> > Windows XP
> > > SP2 because it depends on the filter manager and it had not been ready
> > till
> > > that service pack .You shouldn’t have any problem using this utility.
> > > Hope this helps.
> > > Ken,
> > >
> > > In response to:
> > > Hello,
> > > I was just getting started with the IFS kit and wanted some help with
> > the
> > > sample minifilter drivers. How do I compile and run the minispy sample
> > which
> > > has come with the kit?
> > >
> > > I could not find any pointers to setting up the debug environment in
> > the
> > > help files included.
> > >
> > > Any help will be greatly appreciated.
> > >
> > > Thanks,
> > >
> > > Ronak Sutaria
> > >
> > > _________________________________________________________________
> > > Don’t just search. Find. Check out the new MSN Search!
> > > http://search.msn.click-url.com/go/onm00200636ave/direct/01/
> > >
> > > —
> > > Questions? First check the IFS FAQ at
> > https://www.osronline.com/article.cfm?id=17
> > >
> > > You are currently subscribed to ntfsd as: xxxxx@gmail.com
> > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> > >
> >
> > —
> > Questions? First check the IFS FAQ at
> > https://www.osronline.com/article.cfm?id=17
> >
> > You are currently subscribed to ntfsd as: unknown lmsubst tag argument:
> > ‘’
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> > —
> > Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
> >
> > You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
Hi Ben,
I’ve got most of the stuff working, thanks to the steps you’ve given below.
I just had one more doubt:
Is the ‘fltmc load minispy’ command only supposed to work on those
systems on which the IFS kit has been installed, or after it has been
compiled it can be made to work on any windows system?
I have, finally, dived into the code to get most of my answers
but
could not find the steps you’ve mentioned in any manual or webpage. Is
there more info on the minispy given anywhere? Thanks for it anyways.
Ronak
On 5/18/05, Ben Curley wrote:
>
> Ken,
>
> To get things up and going.
>
> 1. Copy the minispy.sys, minispy.inf and minispy.exe files to a
> directory somewhere
> 2. Use the minispy.inf file to install the driver (you should be able to
> right-click install this)
> 3. From a command prompt use the fltmc.exe utility to load the driver by
> typing ‘fltmc load minispy’
> 4. Type ‘fltmc attach C:’ to attach the minispy driver to the c: driver
> (replace c: with the drive you want to spy on)
> 5. Launch minispy.exe. Enjoy
>
> Some of this might have changed as I am at home at the moment and have
> an older version of the IFS Kit on my home machine but, it should get
> you going.
>
> Regards
>
> Ben Curley
> DESlock+ Lead Developer
> Data Encryption Systems Ltd.
>
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Ron Sutaria
> Sent: 18 May 2005 17:05
> To: Windows File Systems Devs Interest List
> Subject: Re: [ntfsd] basic IFS question
>
> Hi Ken,
>
> Thanks for the tip. I have been able to build the minispy.sys and
> minispy.exe files. But as you mentioned about the switches in
> mspyuser.c, I could not locate the right combination to get it
> running.
>
> The error I am getting is:
> --------------------------------------------------------------------
> Connecting to filter’s port…
> Could not connect to filter: 0x80070002
> The system cannot find the file specified.
> --------------------------------------------------------------------
>
> It seems like its looking for some service to be running, but I dont
> know what do I need to start before running this.
>
>
> Thanks, indeed, for your help in this.
>
> Ronak
>
>
> On 5/18/05, ken Jelvis wrote:
> > Hi,
> > Just navigate to Windows ifs kit and ddk from the start menu and in
> build
> > enviroments select Windows XP build environment.There you will see
> checked
> > or free build environment.Click one.It will open a command console
> with all
> > the necessary environment variables set to be able to compile and link
> > drivers. Go to the folder of the minispy project and run build.exe to
> > generate the driver and the user program.Take a look at mspyuser.c to
> see
> > the switchs you have available.You’d better test this utility on
> Windows XP
> > SP2 because it depends on the filter manager and it had not been ready
> till
> > that service pack .You shouldn’t have any problem using this utility.
> > Hope this helps.
> > Ken,
> >
> > In response to:
> > Hello,
> > I was just getting started with the IFS kit and wanted some help with
> the
> > sample minifilter drivers. How do I compile and run the minispy sample
> which
> > has come with the kit?
> >
> > I could not find any pointers to setting up the debug environment in
> the
> > help files included.
> >
> > Any help will be greatly appreciated.
> >
> > Thanks,
> >
> > Ronak Sutaria
> >
> > _________________________________________________________________
> > Don’t just search. Find. Check out the new MSN Search!
> > http://search.msn.click-url.com/go/onm00200636ave/direct/01/
> >
> > —
> > Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
> >
> > You are currently subscribed to ntfsd as: xxxxx@gmail.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
> —
> Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: unknown lmsubst tag argument:
> ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> —
> Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>