<?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: MyNav, a python plugin for IDA Pro</title>
	<atom:link href="http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/feed/" rel="self" type="application/rss+xml" />
	<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/</link>
	<description>Or maybe not</description>
	<lastBuildDate>Wed, 16 May 2012 06:40:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dennis</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-450</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 23 Feb 2012 16:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-450</guid>
		<description>Hi joxean,

MyNav 1.1 doesn&#039;t work correctly with IDA 6.2 since it it insufficiently sets breakpoint flags. Changing line 658 of mynav.py as follows fixes the issue:

SetBptAttr(f, BPTATTR_FLAGS, BPT_TRACE &#124; BPT_ENABLED)

Cheers,
Dennis</description>
		<content:encoded><![CDATA[<p>Hi joxean,</p>
<p>MyNav 1.1 doesn&#8217;t work correctly with IDA 6.2 since it it insufficiently sets breakpoint flags. Changing line 658 of mynav.py as follows fixes the issue:</p>
<p>SetBptAttr(f, BPTATTR_FLAGS, BPT_TRACE | BPT_ENABLED)</p>
<p>Cheers,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chantak</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-446</link>
		<dc:creator>chantak</dc:creator>
		<pubDate>Mon, 12 Dec 2011 16:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-446</guid>
		<description>Hello, first of all....
Your plugin is AMAZING, WONDERFUL... 
And, I have used it a while... to experiment how it works...
Works well, spite the fact that I think its options are all cluttered...
It could be much more simple... For example... The first time I execute, it is to get &quot;noise&quot; functions... Then, there could be an option that I just do 1 click, and it will start a session and will mark all app functions to debug... Then, the second try, would be to find a specific app function, then I do a second click and it would subtract the functions that are not what I want... the idea is to do less work, less steps to get the same thing... and free more time to do important tasks... I mean, concentrate in the problem of the code itself. Thanks...</description>
		<content:encoded><![CDATA[<p>Hello, first of all&#8230;.<br />
Your plugin is AMAZING, WONDERFUL&#8230;<br />
And, I have used it a while&#8230; to experiment how it works&#8230;<br />
Works well, spite the fact that I think its options are all cluttered&#8230;<br />
It could be much more simple&#8230; For example&#8230; The first time I execute, it is to get &#8220;noise&#8221; functions&#8230; Then, there could be an option that I just do 1 click, and it will start a session and will mark all app functions to debug&#8230; Then, the second try, would be to find a specific app function, then I do a second click and it would subtract the functions that are not what I want&#8230; the idea is to do less work, less steps to get the same thing&#8230; and free more time to do important tasks&#8230; I mean, concentrate in the problem of the code itself. Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joxean</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-443</link>
		<dc:creator>joxean</dc:creator>
		<pubDate>Thu, 11 Aug 2011 16:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-443</guid>
		<description>You&#039;re welcome!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vizus</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-442</link>
		<dc:creator>Vizus</dc:creator>
		<pubDate>Thu, 11 Aug 2011 15:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-442</guid>
		<description>Thanks for the quick response didn&#039;t see it! Yes I compiled it myself, everything working fine now, thanks again for this brilliant plug-in</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response didn&#8217;t see it! Yes I compiled it myself, everything working fine now, thanks again for this brilliant plug-in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vizus</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-441</link>
		<dc:creator>Vizus</dc:creator>
		<pubDate>Thu, 11 Aug 2011 15:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-441</guid>
		<description>Nevermind, I solved it</description>
		<content:encoded><![CDATA[<p>Nevermind, I solved it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joxean</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-440</link>
		<dc:creator>joxean</dc:creator>
		<pubDate>Thu, 11 Aug 2011 15:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-440</guid>
		<description>Uhm... Are you using IDAQ for Linux in a 64 bits distro? It seems you&#039;re missing the sqlite3 module which is, BTW, always distributed with Python since 2.5. Did you compiled your own version of Python?</description>
		<content:encoded><![CDATA[<p>Uhm&#8230; Are you using IDAQ for Linux in a 64 bits distro? It seems you&#8217;re missing the sqlite3 module which is, BTW, always distributed with Python since 2.5. Did you compiled your own version of Python?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vizus</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-439</link>
		<dc:creator>Vizus</dc:creator>
		<pubDate>Thu, 11 Aug 2011 15:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-439</guid>
		<description>I cannot get this to work with the latest ida, whenever i try to start the script i end up with the error: &quot;ImportError: No module named _sqlite3&quot;,
can someone help out here? thanks</description>
		<content:encoded><![CDATA[<p>I cannot get this to work with the latest ida, whenever i try to start the script i end up with the error: &#8220;ImportError: No module named _sqlite3&#8243;,<br />
can someone help out here? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZaQ</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-438</link>
		<dc:creator>ZaQ</dc:creator>
		<pubDate>Sun, 07 Aug 2011 10:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-438</guid>
		<description>I sent you an email on your admin@ address.

Thanks you very much for looking into this :)</description>
		<content:encoded><![CDATA[<p>I sent you an email on your admin@ address.</p>
<p>Thanks you very much for looking into this <img src='http://joxeankoret.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joxean</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-437</link>
		<dc:creator>joxean</dc:creator>
		<pubDate>Sun, 07 Aug 2011 08:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-437</guid>
		<description>What debugger module are you using? What operating system (Windows, Linux or OSX)? Can you say what&#039;s is your target so I can test it?</description>
		<content:encoded><![CDATA[<p>What debugger module are you using? What operating system (Windows, Linux or OSX)? Can you say what&#8217;s is your target so I can test it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZaQ</title>
		<link>http://joxeankoret.com/blog/2010/05/02/mynav-a-python-plugin-for-ida-pro/comment-page-1/#comment-436</link>
		<dc:creator>ZaQ</dc:creator>
		<pubDate>Sat, 06 Aug 2011 14:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://joxeankoret.com/blog/?p=146#comment-436</guid>
		<description>Used the version 0x01020200 this time, breakpoints are okay. When the debugger start: error message &quot;oops! internal error 40038&quot;. 

The process is working correctly in the debugger without MyNav.</description>
		<content:encoded><![CDATA[<p>Used the version 0&#215;01020200 this time, breakpoints are okay. When the debugger start: error message &#8220;oops! internal error 40038&#8243;. </p>
<p>The process is working correctly in the debugger without MyNav.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

