From 7d534804e73ed573d2975f3bd35f6caac7318f2e Mon Sep 17 00:00:00 2001 From: hex Date: Wed, 30 Apr 2025 23:47:37 +0200 Subject: [PATCH] add some shit --- .obsidian/workspace.json | 7 ++++--- README.md | 13 ++++++++++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c7a7d86..b335d5a 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -41,12 +41,12 @@ "state": { "type": "markdown", "state": { - "file": "mitm/Instructions.md", + "file": "README.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Instructions" + "title": "README" } } ], @@ -210,8 +210,9 @@ }, "active": "19771929f635aa5d", "lastOpenFiles": [ - "Common Keywords.md", "mitm/Instructions.md", + "Sources.md", + "Common Keywords.md", "README.md", "mitm" ] diff --git a/README.md b/README.md index d16bc10..c883913 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +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 \ No newline at end of file