<?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: Argon claims we didn&#8217;t write the Twilight Hack</title>
	<atom:link href="http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/</link>
	<description>Notes from inside your Wii</description>
	<lastBuildDate>Mon, 30 Apr 2012 19:38:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: marcan</title>
		<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/comment-page-1/#comment-4095</link>
		<dc:creator>marcan</dc:creator>
		<pubDate>Thu, 15 Jan 2009 05:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=304#comment-4095</guid>
		<description>@Deozaan:
Preloader is strictly a PPC-side hack installed as the system menu, so what it provides boils down to basically two things: convenience and protection against system menu problems. The latter is slightly better than what SaveMii would get you - but we&#039;re way past that stage and there are many things that can go wrong where preloader won&#039;t help.

BootMii is very different - it&#039;s installed as early as possible. This means it minimizes its dependencies and therefore maximizes brick resistance, and also maximizes usefulness: by definition, BootMii can do more than preloader can do - because you could even boot preloader itself (or something like it) from BootMii. There&#039;s one difference though: BootMii requires an SD card for operation (well, if you don&#039;t have one it just falls back to a standard boot), while preloader works without one. I personally think it&#039;s a good thing that we touch NAND as little as possible.

BootMii is also strictly Starlet-based. Starlet boots before the PPC, so this is natural (Starlet &quot;owns&quot; the console). You can&#039;t do Starlet hacks from preloader - you need to install them as IOSes. However, you can do anything from the Starlet, including PPC hacks. BootMii is kind of one-hack-to-rule-them-all in that you can theoretically do almost anything from it without installing anything else, assuming you&#039;re willing to put the effort into it (some things are harder than others). I&#039;m really big on the goal of requiring as little changes to NAND as possible.

There&#039;s also the differing quality standards for the two applications. BootMii would probably be out in its current state if crediar made it. We try really, _really_ hard to release things only when they&#039;re useful and completely safe, and I have a feeling we try harder than crediar.

As for resistance to updates, preloader dies when the system menu is updated (common), while BootMii will only die if boot2 is updated (has never happened to date), and even then there&#039;s an extra catch that we&#039;re going to throw in - bog standard boot2 updates won&#039;t work. Preloader is also likely to die from security improvements by Nintendo (additional hashing), which might even result in an unrecoverable brick. This is impossible for BootMii because Nintendo simply can&#039;t update boot1, which is responsible for launching BootMii. Both of course will die as a result of a targeted attack from Nintendo, because there&#039;s nothing we can possibly do against that.

And BootMii is dead easy to flash using a NAND writer, because it lives in a dedicated area of flash. This means you can fix any brick at all - or heck, an entirely erased NAND - by quickly flashing BootMii and, at most, also boot1, using a NAND programmer. To install preloader at a low level would require a reimplementation of the NAND FS with write functionality, which isn&#039;t likely to happen soon.</description>
		<content:encoded><![CDATA[<p>@Deozaan:<br />
Preloader is strictly a PPC-side hack installed as the system menu, so what it provides boils down to basically two things: convenience and protection against system menu problems. The latter is slightly better than what SaveMii would get you &#8211; but we&#8217;re way past that stage and there are many things that can go wrong where preloader won&#8217;t help.</p>
<p>BootMii is very different &#8211; it&#8217;s installed as early as possible. This means it minimizes its dependencies and therefore maximizes brick resistance, and also maximizes usefulness: by definition, BootMii can do more than preloader can do &#8211; because you could even boot preloader itself (or something like it) from BootMii. There&#8217;s one difference though: BootMii requires an SD card for operation (well, if you don&#8217;t have one it just falls back to a standard boot), while preloader works without one. I personally think it&#8217;s a good thing that we touch NAND as little as possible.</p>
<p>BootMii is also strictly Starlet-based. Starlet boots before the PPC, so this is natural (Starlet &#8220;owns&#8221; the console). You can&#8217;t do Starlet hacks from preloader &#8211; you need to install them as IOSes. However, you can do anything from the Starlet, including PPC hacks. BootMii is kind of one-hack-to-rule-them-all in that you can theoretically do almost anything from it without installing anything else, assuming you&#8217;re willing to put the effort into it (some things are harder than others). I&#8217;m really big on the goal of requiring as little changes to NAND as possible.</p>
<p>There&#8217;s also the differing quality standards for the two applications. BootMii would probably be out in its current state if crediar made it. We try really, _really_ hard to release things only when they&#8217;re useful and completely safe, and I have a feeling we try harder than crediar.</p>
<p>As for resistance to updates, preloader dies when the system menu is updated (common), while BootMii will only die if boot2 is updated (has never happened to date), and even then there&#8217;s an extra catch that we&#8217;re going to throw in &#8211; bog standard boot2 updates won&#8217;t work. Preloader is also likely to die from security improvements by Nintendo (additional hashing), which might even result in an unrecoverable brick. This is impossible for BootMii because Nintendo simply can&#8217;t update boot1, which is responsible for launching BootMii. Both of course will die as a result of a targeted attack from Nintendo, because there&#8217;s nothing we can possibly do against that.</p>
<p>And BootMii is dead easy to flash using a NAND writer, because it lives in a dedicated area of flash. This means you can fix any brick at all &#8211; or heck, an entirely erased NAND &#8211; by quickly flashing BootMii and, at most, also boot1, using a NAND programmer. To install preloader at a low level would require a reimplementation of the NAND FS with write functionality, which isn&#8217;t likely to happen soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deozaan</title>
		<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/comment-page-1/#comment-4089</link>
		<dc:creator>Deozaan</dc:creator>
		<pubDate>Wed, 14 Jan 2009 21:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=304#comment-4089</guid>
		<description>&quot;&#039;I’m waiting a EVIDENCES&#039;
… Anyone see golem in there head?
–myyy preciouses–&quot;

You&#039;re not allowed to make fun of their bad English when (A) you also make terrible spelling mistakes and (B) English is your native language.

I&#039;ll fix it for you: &quot;Anyone see *Gollum* in *their* head?&quot; (Emphasis added so you can see your mistakes.)

Like Shonty, I&#039;m also curious about what Team Twiizers thinks about Crediar&#039;s Preloader, and how it compares to BootMii. I know that they work differently (Preloader replaces Wii Menu DOL with something else vs BootMii replacing boot2 with something else) but I&#039;d like to hear you guys analyze it and explain why or how it is or is not as effective as BootMii.</description>
		<content:encoded><![CDATA[<p>&#8220;&#8216;I’m waiting a EVIDENCES&#8217;<br />
… Anyone see golem in there head?<br />
–myyy preciouses–&#8221;</p>
<p>You&#8217;re not allowed to make fun of their bad English when (A) you also make terrible spelling mistakes and (B) English is your native language.</p>
<p>I&#8217;ll fix it for you: &#8220;Anyone see *Gollum* in *their* head?&#8221; (Emphasis added so you can see your mistakes.)</p>
<p>Like Shonty, I&#8217;m also curious about what Team Twiizers thinks about Crediar&#8217;s Preloader, and how it compares to BootMii. I know that they work differently (Preloader replaces Wii Menu DOL with something else vs BootMii replacing boot2 with something else) but I&#8217;d like to hear you guys analyze it and explain why or how it is or is not as effective as BootMii.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The MAZZTer</title>
		<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/comment-page-1/#comment-4085</link>
		<dc:creator>The MAZZTer</dc:creator>
		<pubDate>Wed, 14 Jan 2009 15:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=304#comment-4085</guid>
		<description>If I were you I&#039;d be tempted to sue the hell out of them just to see if they&#039;d try to say the same things in court.</description>
		<content:encoded><![CDATA[<p>If I were you I&#8217;d be tempted to sue the hell out of them just to see if they&#8217;d try to say the same things in court.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beez276</title>
		<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/comment-page-1/#comment-4078</link>
		<dc:creator>beez276</dc:creator>
		<pubDate>Wed, 14 Jan 2009 09:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=304#comment-4078</guid>
		<description>=================================
2009-01-12 21:36:13
COPYRIGHT ISSUE - UNDER FIXING

After the copyright issue of some parts of our project, expecially with MARCAN.
we decide to:

1- Remove TWILIGH HACK from our server
2- Remove all the applications that the owners don&#039;t authorize the distribution
3- We will remove LEGAL from the advertise of ARGON2, it will be nothing more than another modchip

We apologize about all this with HOMEBREW comunity and MARCAN.
We will meet in few days MARCAN to verify all is ok and any of his &quot;copyright&quot; are violated

Now we will start to develope our own applications that we will offer trought argonchannel soon.
SMS GATEWAY will be one of these, the possibility to send out SMS messagges to HANDY PHONES for free.

ARGONCHANNEL TEAM

=================================


This was posted on Argon&#039;s site, are this guys laughing at Team Twiizers  or what?</description>
		<content:encoded><![CDATA[<p>=================================<br />
2009-01-12 21:36:13<br />
COPYRIGHT ISSUE &#8211; UNDER FIXING</p>
<p>After the copyright issue of some parts of our project, expecially with MARCAN.<br />
we decide to:</p>
<p>1- Remove TWILIGH HACK from our server<br />
2- Remove all the applications that the owners don&#8217;t authorize the distribution<br />
3- We will remove LEGAL from the advertise of ARGON2, it will be nothing more than another modchip</p>
<p>We apologize about all this with HOMEBREW comunity and MARCAN.<br />
We will meet in few days MARCAN to verify all is ok and any of his &#8220;copyright&#8221; are violated</p>
<p>Now we will start to develope our own applications that we will offer trought argonchannel soon.<br />
SMS GATEWAY will be one of these, the possibility to send out SMS messagges to HANDY PHONES for free.</p>
<p>ARGONCHANNEL TEAM</p>
<p>=================================</p>
<p>This was posted on Argon&#8217;s site, are this guys laughing at Team Twiizers  or what?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HyperHacker</title>
		<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/comment-page-1/#comment-4069</link>
		<dc:creator>HyperHacker</dc:creator>
		<pubDate>Wed, 14 Jan 2009 01:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=304#comment-4069</guid>
		<description>@comex: So maybe Nintendo will take care of this nonsense by just blocking IOS16 from being installed with future updates, and/or requiring it to be an updated version with the patch? Since it&#039;s only used on repair discs, they should be able to just send out a few new repair discs before doing so.</description>
		<content:encoded><![CDATA[<p>@comex: So maybe Nintendo will take care of this nonsense by just blocking IOS16 from being installed with future updates, and/or requiring it to be an updated version with the patch? Since it&#8217;s only used on repair discs, they should be able to just send out a few new repair discs before doing so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kmeisthax</title>
		<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/comment-page-1/#comment-4068</link>
		<dc:creator>kmeisthax</dc:creator>
		<pubDate>Wed, 14 Jan 2009 00:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=304#comment-4068</guid>
		<description>@comex: I knew that... I&#039;m just wondering if IOS16 has any special features or anything that the Repair Disc uses.</description>
		<content:encoded><![CDATA[<p>@comex: I knew that&#8230; I&#8217;m just wondering if IOS16 has any special features or anything that the Repair Disc uses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remadon</title>
		<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/comment-page-1/#comment-4066</link>
		<dc:creator>Remadon</dc:creator>
		<pubDate>Tue, 13 Jan 2009 23:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=304#comment-4066</guid>
		<description>@icefire

I meant the ones that are Illegal, sure its completly legal if you ripped the IOS off a disk, but  IOS16 is for &quot;Repair-Only&quot; Witch means its leaked or stolen. And yes your right, WAD Manager is probably legal, but mostly used for Illegal actions, so its arguable ither way.</description>
		<content:encoded><![CDATA[<p>@icefire</p>
<p>I meant the ones that are Illegal, sure its completly legal if you ripped the IOS off a disk, but  IOS16 is for &#8220;Repair-Only&#8221; Witch means its leaked or stolen. And yes your right, WAD Manager is probably legal, but mostly used for Illegal actions, so its arguable ither way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shonty</title>
		<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/comment-page-1/#comment-4065</link>
		<dc:creator>Shonty</dc:creator>
		<pubDate>Tue, 13 Jan 2009 22:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=304#comment-4065</guid>
		<description>The Argon peoples are obviously kiddies :o)

Offtopic: I´m more interessted about your opinion about the Preloader from Crediar^^</description>
		<content:encoded><![CDATA[<p>The Argon peoples are obviously kiddies <img src='http://hackmii.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<p>Offtopic: I´m more interessted about your opinion about the Preloader from Crediar^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: comex</title>
		<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/comment-page-1/#comment-4064</link>
		<dc:creator>comex</dc:creator>
		<pubDate>Tue, 13 Jan 2009 19:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=304#comment-4064</guid>
		<description>kmeisthahx: Not sure if this answers your question, but the only reason IOS16 can be used to downgrade is that, while the newest updates come with patched versions of all IOSes, IOS16 is not included (for obvious reasons).  The Wii won&#039;t let you install an older version of something when you have a newer one installed, but it sees nothing wrong with installing a brand new IOS.</description>
		<content:encoded><![CDATA[<p>kmeisthahx: Not sure if this answers your question, but the only reason IOS16 can be used to downgrade is that, while the newest updates come with patched versions of all IOSes, IOS16 is not included (for obvious reasons).  The Wii won&#8217;t let you install an older version of something when you have a newer one installed, but it sees nothing wrong with installing a brand new IOS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gamezr2ez</title>
		<link>http://hackmii.com/2009/01/argon-claims-we-didnt-write-the-twilight-hack/comment-page-1/#comment-4061</link>
		<dc:creator>gamezr2ez</dc:creator>
		<pubDate>Tue, 13 Jan 2009 17:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://hackmii.com/?p=304#comment-4061</guid>
		<description>yea this whole deal is stupid but honestly it&#039;s THEIR stupid MISTAKE (&lt;-- noticed how i copied there punctuation, i hope they dont claim they own the copyright on that)

but in all fairness, anyone that doesnt look around for the best deal (in this case the FREE twilight hack and HBC) really deserves to get there crappy software and pay for it

obviously through thousands of posts on the internet and here marcan, bushing all those guys are the real writers of the code and if need be that could be proved, but if it were me i would tell there ISP the deal and then forget the whole mess and just continue to tell people that Homebrew is free and you can get everything for free. Then just focus on the Wii again!

In other thoughts, i sorta need a NAND programmer and im not to thrilled with InFeCtuS, anyone know of someone who has made one who might be willing to share the schematics for it?

PS. First post, although been following the site for a while, Great site guys!</description>
		<content:encoded><![CDATA[<p>yea this whole deal is stupid but honestly it&#8217;s THEIR stupid MISTAKE (&lt;&#8211; noticed how i copied there punctuation, i hope they dont claim they own the copyright on that)</p>
<p>but in all fairness, anyone that doesnt look around for the best deal (in this case the FREE twilight hack and HBC) really deserves to get there crappy software and pay for it</p>
<p>obviously through thousands of posts on the internet and here marcan, bushing all those guys are the real writers of the code and if need be that could be proved, but if it were me i would tell there ISP the deal and then forget the whole mess and just continue to tell people that Homebrew is free and you can get everything for free. Then just focus on the Wii again!</p>
<p>In other thoughts, i sorta need a NAND programmer and im not to thrilled with InFeCtuS, anyone know of someone who has made one who might be willing to share the schematics for it?</p>
<p>PS. First post, although been following the site for a while, Great site guys!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

