add some shit
This commit is contained in:
parent
9e1ffe1a88
commit
7d534804e7
2 changed files with 16 additions and 4 deletions
7
.obsidian/workspace.json
vendored
7
.obsidian/workspace.json
vendored
|
@ -41,12 +41,12 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "mitm/Instructions.md",
|
"file": "README.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Instructions"
|
"title": "README"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -210,8 +210,9 @@
|
||||||
},
|
},
|
||||||
"active": "19771929f635aa5d",
|
"active": "19771929f635aa5d",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Common Keywords.md",
|
|
||||||
"mitm/Instructions.md",
|
"mitm/Instructions.md",
|
||||||
|
"Sources.md",
|
||||||
|
"Common Keywords.md",
|
||||||
"README.md",
|
"README.md",
|
||||||
"mitm"
|
"mitm"
|
||||||
]
|
]
|
||||||
|
|
13
README.md
13
README.md
|
@ -1,3 +1,14 @@
|
||||||
# Reversing the 3DS e-Shop
|
# 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
|
Loading…
Add table
Add a link
Reference in a new issue