You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@
7
7
## Overview
8
8
This is a simple webpage for hacking a Paper Mario: The Thousand-Year Door GCI save file to load a DOL file from memory card slot A. More specifically, it is set to load a `boot.dol` file converted to a GCI file via `dol2gci` (included in the `Home Bros.` project).
9
9
10
+
## Usage
11
+
The webpage part of this project is on Github Pages, which can be found [here](https://zephiles.github.io/ttyd-exploit/). You simply upload a proper GCI file, select the file in it to hack, and then click the hack button.
12
+
10
13
## Prerequisites
11
14
`devkitPPC` (can be found [here](https://devkitpro.org/wiki/Getting_Started))
12
15
`Node.js` (can be found [here](https://nodejs.org/en/download/))
0 commit comments