<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Taking inqueries for iSpy</title>
	<atom:link href="http://www.taoeffect.com/blog/2009/04/taking-inqueries-for-ispy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taoeffect.com/blog/2009/04/taking-inqueries-for-ispy/</link>
	<description>Notice the Tao Effects...</description>
	<lastBuildDate>Fri, 18 Nov 2011 16:53:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Greg Slepak</title>
		<link>http://www.taoeffect.com/blog/2009/04/taking-inqueries-for-ispy/comment-page-1/#comment-1916</link>
		<dc:creator>Greg Slepak</dc:creator>
		<pubDate>Wed, 08 Dec 2010 20:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=420#comment-1916</guid>
		<description>&lt;i style=&quot;color:inherit&quot;&gt;it will pass that data to a user-land application&lt;/i&gt;

The data is not passed, you are only given the file path and various other info about it like the process that causing the event, the user id, etc.</description>
		<content:encoded><![CDATA[<p><i style="color:inherit">it will pass that data to a user-land application</i></p>
<p>The data is not passed, you are only given the file path and various other info about it like the process that causing the event, the user id, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tagnal</title>
		<link>http://www.taoeffect.com/blog/2009/04/taking-inqueries-for-ispy/comment-page-1/#comment-1915</link>
		<dc:creator>tagnal</dc:creator>
		<pubDate>Tue, 07 Dec 2010 21:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=420#comment-1915</guid>
		<description>Thanks for the reply.  So when iSpy intercepts a write operation, to say a .txt file, it will pass that data to a user-land application.  Can that application manipulate that data and pass it back to iSpy before it gets written onto the disk?

I guess what I&#039;m asking is if iSpy gives some similar capabilities as what a FS Filter Driver would on a windows system.  Does that make sense?</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.  So when iSpy intercepts a write operation, to say a .txt file, it will pass that data to a user-land application.  Can that application manipulate that data and pass it back to iSpy before it gets written onto the disk?</p>
<p>I guess what I&#8217;m asking is if iSpy gives some similar capabilities as what a FS Filter Driver would on a windows system.  Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Slepak</title>
		<link>http://www.taoeffect.com/blog/2009/04/taking-inqueries-for-ispy/comment-page-1/#comment-1914</link>
		<dc:creator>Greg Slepak</dc:creator>
		<pubDate>Tue, 07 Dec 2010 19:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=420#comment-1914</guid>
		<description>@tagnal: yes, you could simply tell it to watch subfolders for any file creation and then check the filetype based on the file extension that&#039;s being used (and this would be done &quot;before it happens&quot;).</description>
		<content:encoded><![CDATA[<p>@tagnal: yes, you could simply tell it to watch subfolders for any file creation and then check the filetype based on the file extension that&#8217;s being used (and this would be done &#8220;before it happens&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tagnal</title>
		<link>http://www.taoeffect.com/blog/2009/04/taking-inqueries-for-ispy/comment-page-1/#comment-1912</link>
		<dc:creator>tagnal</dc:creator>
		<pubDate>Tue, 07 Dec 2010 01:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=420#comment-1912</guid>
		<description>Does iSpy allow you to detect whenever a specific filetype is created/access/modified?  

Say someone saves a .txt file in a random location on the hard drive, would you be able to intercept that event &quot;before it happens&quot;?</description>
		<content:encoded><![CDATA[<p>Does iSpy allow you to detect whenever a specific filetype is created/access/modified?  </p>
<p>Say someone saves a .txt file in a random location on the hard drive, would you be able to intercept that event &#8220;before it happens&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Slepak</title>
		<link>http://www.taoeffect.com/blog/2009/04/taking-inqueries-for-ispy/comment-page-1/#comment-165</link>
		<dc:creator>Greg Slepak</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=420#comment-165</guid>
		<description>fslogger simply uses FSEvents, which does not have all the capabilities of iSpy.</description>
		<content:encoded><![CDATA[<p>fslogger simply uses FSEvents, which does not have all the capabilities of iSpy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tahome</title>
		<link>http://www.taoeffect.com/blog/2009/04/taking-inqueries-for-ispy/comment-page-1/#comment-163</link>
		<dc:creator>tahome</dc:creator>
		<pubDate>Thu, 16 Apr 2009 07:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=420#comment-163</guid>
		<description>This looks very much like fslogger, which is free with source code provided under the GPL: http://osxbook.com/software/fslogger/</description>
		<content:encoded><![CDATA[<p>This looks very much like fslogger, which is free with source code provided under the GPL: <a href="http://osxbook.com/software/fslogger/" rel="nofollow">http://osxbook.com/software/fslogger/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

