<?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 for Unintended Results</title>
	<atom:link href="http://joxeankoret.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joxeankoret.com/blog</link>
	<description>Or maybe not</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:50:07 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on MyNav, a python plugin for IDA Pro by joxean</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-386</link>
		<dc:creator>joxean</dc:creator>
		<pubDate>Thu, 29 Jul 2010 04:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-386</guid>
		<description>It doesn&#039;t work this way. MyNav tries to create the .sqlite database in the same path where your IDB is stored.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work this way. MyNav tries to create the .sqlite database in the same path where your IDB is stored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MyNav, a python plugin for IDA Pro by narf</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-385</link>
		<dc:creator>narf</dc:creator>
		<pubDate>Thu, 29 Jul 2010 02:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-385</guid>
		<description>Solved it by copying the scripts to the python dir and making it writable. Imho you should write the database to the users directory and not to some subdirectory of %PROGRAM FILES%</description>
		<content:encoded><![CDATA[<p>Solved it by copying the scripts to the python dir and making it writable. Imho you should write the database to the users directory and not to some subdirectory of %PROGRAM FILES%</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MyNav, a python plugin for IDA Pro by narf</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-384</link>
		<dc:creator>narf</dc:creator>
		<pubDate>Thu, 29 Jul 2010 01:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-384</guid>
		<description>I always get the error 

&quot;***Error, main unable to open database file&quot;

I copied all files to C:\Program Files (x86)\IDA\mynav and started the script via 

execfile(r&quot;C:\Program Files (x86)\IDA\mynav\mynav.py&quot;).

I&#039;m using Win7 X64 and the directory in question is writable</description>
		<content:encoded><![CDATA[<p>I always get the error </p>
<p>&#8220;***Error, main unable to open database file&#8221;</p>
<p>I copied all files to C:\Program Files (x86)\IDA\mynav and started the script via </p>
<p>execfile(r&#8221;C:\Program Files (x86)\IDA\mynav\mynav.py&#8221;).</p>
<p>I&#8217;m using Win7 X64 and the directory in question is writable</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MyNav, a python plugin for IDA Pro by joxean</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-382</link>
		<dc:creator>joxean</dc:creator>
		<pubDate>Tue, 27 Jul 2010 18:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-382</guid>
		<description>Uhm... This is the first time I see this error and I have various users. Did you modified the source by yourself?</description>
		<content:encoded><![CDATA[<p>Uhm&#8230; This is the first time I see this error and I have various users. Did you modified the source by yourself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MyNav, a python plugin for IDA Pro by wx</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-381</link>
		<dc:creator>wx</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-381</guid>
		<description>Hello, whenever i try to run the mynav.py i end up with an error &quot;Unexpected EOF while parsing.&quot; does anyone know why? thanks</description>
		<content:encoded><![CDATA[<p>Hello, whenever i try to run the mynav.py i end up with an error &#8220;Unexpected EOF while parsing.&#8221; does anyone know why? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MyNav, a python plugin for IDA Pro by TRNL</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-380</link>
		<dc:creator>TRNL</dc:creator>
		<pubDate>Sun, 25 Jul 2010 08:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-380</guid>
		<description>O.K.  I figured it out.  Was actually very easy;  just run the script file inside IDA.

But how do automate this so you don&#039;t have to manually load the script file very time you close and restart IDA?</description>
		<content:encoded><![CDATA[<p>O.K.  I figured it out.  Was actually very easy;  just run the script file inside IDA.</p>
<p>But how do automate this so you don&#8217;t have to manually load the script file very time you close and restart IDA?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MyNav, a python plugin for IDA Pro by TRNL</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-379</link>
		<dc:creator>TRNL</dc:creator>
		<pubDate>Sun, 25 Jul 2010 07:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-379</guid>
		<description>maybe a stupid question, but how do you install this plugin in IDA?</description>
		<content:encoded><![CDATA[<p>maybe a stupid question, but how do you install this plugin in IDA?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MyNav, a python plugin for IDA Pro by joxean</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-377</link>
		<dc:creator>joxean</dc:creator>
		<pubDate>Thu, 22 Jul 2010 21:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-377</guid>
		<description>@Rafael Rivera Yes, the plugin supports attaching. I use it a lot and, well, except with the WinDBG debugger, it works OK as far as I know.</description>
		<content:encoded><![CDATA[<p>@Rafael Rivera Yes, the plugin supports attaching. I use it a lot and, well, except with the WinDBG debugger, it works OK as far as I know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MyNav, a python plugin for IDA Pro by Rafael Rivera</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-375</link>
		<dc:creator>Rafael Rivera</dc:creator>
		<pubDate>Thu, 22 Jul 2010 15:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-375</guid>
		<description>Actually, it was easy to add in. Sorry to bug &#039;ya. I&#039;ll submit a patch in future, when the code site is fully operational.</description>
		<content:encoded><![CDATA[<p>Actually, it was easy to add in. Sorry to bug &#8216;ya. I&#8217;ll submit a patch in future, when the code site is fully operational.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MyNav, a python plugin for IDA Pro by Rafael Rivera</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-374</link>
		<dc:creator>Rafael Rivera</dc:creator>
		<pubDate>Thu, 22 Jul 2010 15:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-374</guid>
		<description>Does your plugin allow differential debugging of attached processes? I noticed the plugin attempts to start up the target.</description>
		<content:encoded><![CDATA[<p>Does your plugin allow differential debugging of attached processes? I noticed the plugin attempts to start up the target.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
