this post was submitted on 05 Mar 2024
153 points (77.4% liked)

Open Source

30221 readers
200 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 6 months ago (5 children)

One of the problems with Yuzu (to nintendo) was that it contained the encryption keys pulled off nintendo switches. By removing commit history you actually can permanently remove this part of the code. There might be a more clever way to do this. Thats my best guess.

[–] [email protected] 13 points 6 months ago (1 children)

Although a good guess, this looks more like the work of someone who's in way over their head and barely knows how to use git. Probably just downloaded the repo as a zip instead of cloning it through git. At least that's the vibe I get from their commit history and other repos.

So basically, this person did the right thing on accident.

[–] [email protected] 1 points 6 months ago

Probably just downloaded the repo as a zip instead of cloning it through git.

FWIW, this can actually be a valid strategy, purely because a DMCA takedown will affect forks but not reuploads. Basically, if a DMCA takedown nukes a project, it also nukes any forked projects. But if you downloaded the .zip and reuploaded it, you won’t be affected by the DMCA takedown because it’s not considered a fork of the original project.

It’s a dumb workaround, but it oddly may have helped save a lot of the code simply because offline backups can’t get touched by DMCA or a nuked project.

[–] [email protected] 6 points 6 months ago* (last edited 6 months ago)

I downloaded and set up Yuza the day before all this went down, and it did not include encryption keys. And trust me, I looked.

[–] [email protected] 2 points 6 months ago

Nope, Yuzu was never distributed with keys. It could use keys that were provided by a user, but you had to add those yourself. Yuzu’s setup page even had (outdated) instructions on how to dump keys from your own Switch.

Just like how PlayStation emulators aren’t ever distributed with the BIOS, because sharing the BIOS is considered piracy.

[–] [email protected] 2 points 6 months ago

Except, if someone had the repo cloned before the purge, they would retain all of the information, wouldn't they?

[–] [email protected] 1 points 6 months ago

Even if there were keys, you could scrub the history instead of deleting it outright