<rss version="2.0">
 <channel>
  <title>bandithedoge</title>
  <link>$site.link()</link>
  <description>posts</description>
  <generator>Zine -- https://zine-ssg.io</generator>
  <language>en-us</language>
  <lastBuildDate>Sun, 22 Mar 2026 21:23:42 +0000</lastBuildDate>
  
   <item>
    <title>a (sorta) comprehensive list of Team Xecuter fuck-ups</title>
    <description>&lt;div class=&quot;block warning&quot;&gt;&lt;h1&gt;Warning&lt;/h1&gt;&lt;p&gt;This post is old, badly written, opinionated, contains language errors and unnecessary explicit language. Believe it or not, I couldn’t be bothered to update it with future fuck-ups. Although my opinions about TX still stand, it’s only kept here for archival purposes.&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://team-xecuter.com/&quot; target=&quot;_blank&quot;&gt;Team Xecuter&lt;/a&gt; is a console hacking group that came up in the original Xbox days. These days, though, they’ve been focusing on the Nintendo Switch and providing a constant stream of bullshit almost since the release of the console. This post is an attempt at documenting most of TX’s fuck-ups in celebration of 2 members getting arrested.&lt;/p&gt;&lt;p&gt;This is not a full list. If you know about more fuck-ups, please send them at &lt;a href=&quot;mailto:bandithedoge@protonmail.com&quot; target=&quot;_blank&quot;&gt;bandithedoge@protonmail.com&lt;/a&gt; or bandithedoge#7040 on Discord. It’s also focused mainly on the Switch era but, if someone wants to contribute, I could include fuck-ups from the OG Xbox era as well. I also might have or might have not thought about creating a Telegram channel for the meme.&lt;/p&gt;&lt;p&gt;This list will be updated with future fuck-ups.&lt;/p&gt;&lt;h1&gt;Context&lt;/h1&gt;&lt;p&gt;In early 2018, a BootROM exploit was discovered for the Tegra X1 chip used by the Nintendo Switch independently by 3 parties: &lt;a href=&quot;https://github.com/reswitched&quot; target=&quot;_blank&quot;&gt;ReSwitched&lt;/a&gt; (who named it &lt;a href=&quot;https://www.ktemkin.com/faq-fusee-gelee/&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;Fusée Gelée&lt;/em&gt;&lt;/a&gt;, which is the name I’ll use for the rest of this post), &lt;a href=&quot;https://fail0verflow.com/blog/&quot; target=&quot;_blank&quot;&gt;fail0verflow&lt;/a&gt; (who named it &lt;a href=&quot;https://github.com/fail0verflow/shofel2&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;ShofEL2&lt;/em&gt;&lt;/a&gt; after member &lt;a href=&quot;https://github.com/shuffle2&quot; target=&quot;_blank&quot;&gt;shuffle2&lt;/a&gt;) and an anon from 4chan. The exploit allowed for full control over the system. A few custom firmware projects came up, but the two most important ones were &lt;a href=&quot;https://github.com/Atmosphere-NX/Atmosphere&quot; target=&quot;_blank&quot;&gt;Atmosphère&lt;/a&gt; and &lt;a href=&quot;https://sx.xecuter.com/&quot; target=&quot;_blank&quot;&gt;SXOS&lt;/a&gt;. The main difference was the license and legality (which we’ll get into later): AMS is open-source software licensed under GPLv2 and SXOS is closed-source and costs $20. SXOS had the advantage of being the first one to be publically released and deemed usable, but that’s no longer the case, as AMS is a much more mature and stable project.&lt;/p&gt;&lt;h1&gt;List of fuck-ups&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;TX stole open-source code and broke many licenses.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;An &lt;a href=&quot;https://github.com/switchbrew/nx-hbloader/blob/master/source/main.c#L10&quot; target=&quot;_blank&quot;&gt;easter egg&lt;/a&gt; from &lt;a href=&quot;https://github.com/switchbrew/nx-hbloader&quot; target=&quot;_blank&quot;&gt;nx-hbloader&lt;/a&gt; &lt;a href=&quot;https://twitter.com/hexkyz/status/1012146388484755456&quot; target=&quot;_blank&quot;&gt;was discovered&lt;/a&gt; when looking at an SXOS binary with a hex editor, essentially proving that TX used code from nx-hbloader. TX did not acknowledge the use of this code and therefore broke the &lt;a href=&quot;https://github.com/switchbrew/nx-hbloader/blob/master/LICENSE.md&quot; target=&quot;_blank&quot;&gt;ISC license&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Part of AMS code was also &lt;a href=&quot;https://twitter.com/hexkyz/status/1012149398929735681&quot; target=&quot;_blank&quot;&gt;found&lt;/a&gt; in SXOS binaries with a hex editor. AMS is licensed under the more restrictive &lt;a href=&quot;https://github.com/Atmosphere-NX/Atmosphere/blob/master/LICENSE&quot; target=&quot;_blank&quot;&gt;GPLv2 license&lt;/a&gt; which allows you to use the code as long as you provide the source code under the same license. TX did not even acknowledge use of AMS code.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://twitter.com/hexkyz&quot; target=&quot;_blank&quot;&gt;Mike Heskin&lt;/a&gt; also &lt;a href=&quot;https://twitter.com/hexkyz/status/1012363013389774848&quot; target=&quot;_blank&quot;&gt;said&lt;/a&gt; that SXOS uses an open-source crypto library for license verification.&lt;/li&gt;&lt;li&gt;Their NSP installer contained code from Nintendo’s DevMenu, which is protected by a strict NDA and is illegal to even run on your own console.&lt;/li&gt;&lt;li&gt;The NSP installer was later &lt;a href=&quot;https://twitter.com/hexkyz/status/1023649410993905666&quot; target=&quot;_blank&quot;&gt;proven to use code from&lt;/a&gt; &lt;a href=&quot;https://github.com/Adubbz/Tinfoil&quot; target=&quot;_blank&quot;&gt;old Tinfoil&lt;/a&gt;, another open-source project. They broke its &lt;a href=&quot;https://github.com/Adubbz/Tinfoil/blob/master/LICENSE&quot; target=&quot;_blank&quot;&gt;MIT license&lt;/a&gt; by not acknowledging it.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This actually makes SXOS illegal to sell.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;TX included brick code as protection from reverse engineering.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;If SXOS detected that the user is running any program that could potentially be used for reverse engineering, the console’s eMMC would be &lt;a href=&quot;https://twitter.com/hexkyz/status/1012363215815282688&quot; target=&quot;_blank&quot;&gt;locked&lt;/a&gt; with the password &lt;em&gt;WANNA PLAY? :)&lt;/em&gt;.&lt;/li&gt;&lt;li&gt;The brick code could also &lt;a href=&quot;https://twitter.com/hexkyz/status/1012363021124079622&quot; target=&quot;_blank&quot;&gt;affect&lt;/a&gt; regular users who use certain legitimate homebrew on their console, eg. &lt;a href=&quot;https://github.com/CTCaer/hekate&quot; target=&quot;_blank&quot;&gt;hekate&lt;/a&gt;. There was also a chance that the code would &lt;a href=&quot;https://twitter.com/hexkyz/status/1012363017957380096&quot; target=&quot;_blank&quot;&gt;trigger on accident&lt;/a&gt;, possibly bricking some random user’s console.&lt;/li&gt;&lt;li&gt;After this was discovered, TX went into full damage control mode, removed the brick code in version 1.3 and called it a &lt;a href=&quot;https://www.reddit.com/r/SwitchHacks/comments/8vtwzw/sx_os_v13_announcement/&quot; target=&quot;_blank&quot;&gt;“challenge for hackers”&lt;/a&gt; like a wannabe YouTube prankster.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This is suspiciously similar to what Gateway did on the 3DS. Pretty ironic how that turned out, eh?&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;TX &lt;a href=&quot;https://twitter.com/libretro/status/1046891214824460293&quot; target=&quot;_blank&quot;&gt;tried to bribe&lt;/a&gt; &lt;a href=&quot;https://twitter.com/m4xwdev&quot; target=&quot;_blank&quot;&gt;m4xw&lt;/a&gt; into making his OpenGL build of RetroArch exclusive to SXOS and breaking the &lt;a href=&quot;https://github.com/libretro/RetroArch/blob/master/COPYING&quot; target=&quot;_blank&quot;&gt;GPLv3&lt;/a&gt; license.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;TX also &lt;a href=&quot;https://www.justice.gov/opa/press-release/file/1324026/download#page=32&amp;zoom=auto,-260,165&quot; target=&quot;_blank&quot;&gt;tried to involve him into their lawsuit&lt;/a&gt;, possibly as revenge. They claim that m4xw took the money and ran away to &lt;a href=&quot;https://www.libretro.com/&quot; target=&quot;_blank&quot;&gt;libretro&lt;/a&gt; (which is obviously not a “rival hacking group”). m4xw &lt;a href=&quot;https://twitter.com/m4xwdev/status/1312156388999622656&quot; target=&quot;_blank&quot;&gt;claims that no money was exchanged&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This could mean that TX is willing to drag random people they don’t like into the lawsuit. Sue me!&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;TX claimed in 2018 that they had a solution to the new unhackable Switch models.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;In 2020 they &lt;a href=&quot;http://wololo.net/2020/02/13/switch-news-team-xecuter-begin-the-testing-phase-for-upcoming-switch-hacking-solution-up-to-300-modders-can-sign-up-to-receive-a-pre-production-unit-names-revealed-to-be-sx-core-and-sx-lite/&quot; target=&quot;_blank&quot;&gt;announced SX Core and SX Lite&lt;/a&gt; - brand new modchips for new Switch consoles (including Lite). Then they &lt;a href=&quot;http://wololo.net/2020/02/16/switch-news-team-xecuters-testing-phase-might-take-another-2-weeks-to-kick-off-due-to-coronavirus-according-to-emails-sent-out-to-accepted-testers-2/&quot; target=&quot;_blank&quot;&gt;delayed shipping test units by 2 weeks&lt;/a&gt; due to the y’know what.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;While this isn’t exactly a fuck-up (and their modchips are available to buy), I still decided to include it simply because of the 2 year delay. Personally I don’t think they were entirely honest about it in the first place but I’ll let you decide.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This is all I currently have to say. I tried to keep this post relatively bias-free but feel free to call me a butthurt SJW fanboy anyway.&lt;/p&gt;</description>
    <link>https://bandithedoge.com/posts/tx/</link>
    <pubDate>Sat, 03 Oct 2020 00:00:00 +0000</pubDate>
    <guid>https://bandithedoge.com/posts/tx/</guid>
   </item>
  
 </channel>
</rss>

