<?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: The STM Release Exploit</title>
	<atom:link href="http://hackmii.com/2010/01/the-stm-release-exploit/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackmii.com/2010/01/the-stm-release-exploit/</link>
	<description>Notes from inside your Wii</description>
	<lastBuildDate>Thu, 09 Sep 2010 08:22:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: marcan</title>
		<link>http://hackmii.com/2010/01/the-stm-release-exploit/comment-page-1/#comment-5996</link>
		<dc:creator>marcan</dc:creator>
		<pubDate>Sun, 07 Feb 2010 17:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=856#comment-5996</guid>
		<description>The PowerPC uses the IoctlAsync call, which returns to the caller before getting a reply from IOS. The callback is called from interrupt context once the reply does arrive. To IOS async and sync calls look the same; the only difference is the way they are handled in the PPC.</description>
		<content:encoded><![CDATA[<p>The PowerPC uses the IoctlAsync call, which returns to the caller before getting a reply from IOS. The callback is called from interrupt context once the reply does arrive. To IOS async and sync calls look the same; the only difference is the way they are handled in the PPC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hcs</title>
		<link>http://hackmii.com/2010/01/the-stm-release-exploit/comment-page-1/#comment-5992</link>
		<dc:creator>hcs</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=856#comment-5992</guid>
		<description>Heh, very cool. I&#039;m just a little confused about one bit of terminology:
&quot;this call blocks (asynchronously)&quot;
It sounded like the ioctl blocks, not returning until the response from the IOS, so I&#039;m not sure what the &quot;asynchronously&quot; refers to. Is the blocking ioctl done on a different thread than the one that posts a callback function, so it looks asynchronous to the caller?</description>
		<content:encoded><![CDATA[<p>Heh, very cool. I&#8217;m just a little confused about one bit of terminology:<br />
&#8220;this call blocks (asynchronously)&#8221;<br />
It sounded like the ioctl blocks, not returning until the response from the IOS, so I&#8217;m not sure what the &#8220;asynchronously&#8221; refers to. Is the blocking ioctl done on a different thread than the one that posts a callback function, so it looks asynchronous to the caller?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://hackmii.com/2010/01/the-stm-release-exploit/comment-page-1/#comment-5975</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=856#comment-5975</guid>
		<description>Christ: no, you are only running in _usermode_ there. The STM module is neither allowed to patch its own code nor is able to even read the code of the kernel and/or the ES module (which we want to modify because the sign check is in there).</description>
		<content:encoded><![CDATA[<p>Christ: no, you are only running in _usermode_ there. The STM module is neither allowed to patch its own code nor is able to even read the code of the kernel and/or the ES module (which we want to modify because the sign check is in there).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://hackmii.com/2010/01/the-stm-release-exploit/comment-page-1/#comment-5973</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 02 Feb 2010 11:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=856#comment-5973</guid>
		<description>Very nice explanation... and a smart way to hack into IOS .

Now, I&#039;m wondering, why using those &quot;wtf&quot; functions in your ARM routine ? Can&#039;t you just directly patch IOS code in RAM since you are already running as IOS (something similar to self-modifying code) ?</description>
		<content:encoded><![CDATA[<p>Very nice explanation&#8230; and a smart way to hack into IOS .</p>
<p>Now, I&#8217;m wondering, why using those &#8220;wtf&#8221; functions in your ARM routine ? Can&#8217;t you just directly patch IOS code in RAM since you are already running as IOS (something similar to self-modifying code) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://hackmii.com/2010/01/the-stm-release-exploit/comment-page-1/#comment-5965</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=856#comment-5965</guid>
		<description>yes, it say that microsoft knows a lot more about security than nintendo does. I know some of the xbox 360 hackers and I can definitely tell you that they are in no way inferior to us. We couldn&#039;t do anything for the xbox 360 at all if we were working on it.</description>
		<content:encoded><![CDATA[<p>yes, it say that microsoft knows a lot more about security than nintendo does. I know some of the xbox 360 hackers and I can definitely tell you that they are in no way inferior to us. We couldn&#8217;t do anything for the xbox 360 at all if we were working on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpx92681</title>
		<link>http://hackmii.com/2010/01/the-stm-release-exploit/comment-page-1/#comment-5960</link>
		<dc:creator>jpx92681</dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=856#comment-5960</guid>
		<description>hehe thanks Sven, jtag workaround is great no devalue at all, I don&#039;t want to go so far with the details but just an example, there is no way to install homebrew if you have kernel 8955... (think about it..), not even using a hardware hack. That says a lot don&#039;t you think?.</description>
		<content:encoded><![CDATA[<p>hehe thanks Sven, jtag workaround is great no devalue at all, I don&#8217;t want to go so far with the details but just an example, there is no way to install homebrew if you have kernel 8955&#8230; (think about it..), not even using a hardware hack. That says a lot don&#8217;t you think?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://hackmii.com/2010/01/the-stm-release-exploit/comment-page-1/#comment-5952</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Mon, 01 Feb 2010 11:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=856#comment-5952</guid>
		<description>jpx92681: sorry, but you clearly do not know what you are talking about. tmbinc or mist for example are sure able to what we are doing. the xbox360&#039;s security system is just pretty sophisticated but they still managed to pull of the JTAG hack. We did not even have to resort to hardware hacks so far because IOS is full of bugs...</description>
		<content:encoded><![CDATA[<p>jpx92681: sorry, but you clearly do not know what you are talking about. tmbinc or mist for example are sure able to what we are doing. the xbox360&#8217;s security system is just pretty sophisticated but they still managed to pull of the JTAG hack. We did not even have to resort to hardware hacks so far because IOS is full of bugs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KingLewy</title>
		<link>http://hackmii.com/2010/01/the-stm-release-exploit/comment-page-1/#comment-5950</link>
		<dc:creator>KingLewy</dc:creator>
		<pubDate>Mon, 01 Feb 2010 06:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=856#comment-5950</guid>
		<description>Wow. Fascinating. Half of that went right over my head, but an interesting read nonetheless. Thanks again.</description>
		<content:encoded><![CDATA[<p>Wow. Fascinating. Half of that went right over my head, but an interesting read nonetheless. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpx92681</title>
		<link>http://hackmii.com/2010/01/the-stm-release-exploit/comment-page-1/#comment-5949</link>
		<dc:creator>jpx92681</dc:creator>
		<pubDate>Mon, 01 Feb 2010 05:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=856#comment-5949</guid>
		<description>I have really found this reading absolutely pleasant. Is the kind of things that we hope from our generation. Would be great if someone go that far in terms of reversing engineering with the xbox 360 but it seems no one in the scene has such level.</description>
		<content:encoded><![CDATA[<p>I have really found this reading absolutely pleasant. Is the kind of things that we hope from our generation. Would be great if someone go that far in terms of reversing engineering with the xbox 360 but it seems no one in the scene has such level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HenshinMijin</title>
		<link>http://hackmii.com/2010/01/the-stm-release-exploit/comment-page-1/#comment-5947</link>
		<dc:creator>HenshinMijin</dc:creator>
		<pubDate>Sat, 30 Jan 2010 04:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=856#comment-5947</guid>
		<description>Splendid..!
Though I hate wen your articles end.
They are such a pleasure to read!

~fsKD™</description>
		<content:encoded><![CDATA[<p>Splendid..!<br />
Though I hate wen your articles end.<br />
They are such a pleasure to read!</p>
<p>~fsKD™</p>
]]></content:encoded>
	</item>
</channel>
</rss>
