add some shit

This commit is contained in:
hexlocation 2025-04-30 23:47:37 +02:00
parent 9e1ffe1a88
commit 7d534804e7
2 changed files with 16 additions and 4 deletions

View file

@ -1,3 +1,14 @@
# Reversing the 3DS e-Shop
This is an attempt to document my (and others) findings on the eShop, its workings & a proof-of-concept replacement store (which could hopefully be used as a kind of Universal-Updater replacement)
This is an attempt to document and organize my (and others) findings on the eShop, its workings & a proof-of-concept replacement store. The end-goal here is to open the possibility for some kind of custom homebrew store using existing mechanisms and a familiar theme.
There are already similar projects, like [Universal-Updater](https://universal-team.net/projects/universal-updater) which aim to allow the downloading of other homebrew applications, though it features a pretty poor UI and lets be honest, we all want to have an excuse to hear that sweet eShop music again.
## Philosophy
> "Everything should be made as simple as possible, but not simpler."
> Albert Einstein
In essence, make everything simple to read and comprehend, but don't over-simplify things to the point where bringing in more complex topics on top of the existing (more simple) foundation makes the foundation useless.
## Sources
https://github.com/PretendoNetwork/mitmproxy-nintendo