Skip to content

Commit

Permalink
Merge pull request #1 from irowiki/patch-1
Browse files Browse the repository at this point in the history
Version -> 2.0
  • Loading branch information
lilyuwuu authored Aug 13, 2024
2 parents 9914bd2 + 2c82301 commit a4a16b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MSET9_installer_script/mset9.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
import abc, sys, os, platform, time, pathlib, binascii

VERSION = "v1.2c"
VERSION = "v2.0"

def prgood(content):
# print(f"[\033[0;32m✓\033[0m] {content}")
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- TuxSH for [usr2arm9ldr](https://github.com/TuxSH/usr2arm9ldr) and some good advice!
- ToxicAven for substantial mset9.py improvements!
- Danny8376 for adding macOS support!
- thepikachugamer for adding Fresh

[MSET9 in action](https://zoogie.github.io/web/m9/(%20%CD%A1%C2%B0%20%CD%9C%CA%96%20%CD%A1%C2%B0).webm)

Expand All @@ -21,12 +22,12 @@ While mostly leading to null derefs, in one specific context, process9 jumps dir
Source: [3Dbrew](https://www.3dbrew.org/wiki/3DS_System_Flaws#Process9)

## Can I do it?
-- You need a 3ds 11.4-11.17, any region (probably, haven't tested them all)<br>
-- You need a 3ds 11.4-11.17 any region<br>
-- A USB to SD reader<br>
-- Windows/MAC/Linux PC (this might be expanded to chromeOS and/or Android at some point, if possible)<br>
-- Windows/MAC/Linux PC or Chromebook/Android device<br>

## Directions
In release archive or, preferably, [3DS Hacks Guide- MSET9](https://3ds.hacks.guide/installing-boot9strap-(mset9).html).<br>
[3DS Hacks Guide- MSET9](https://3ds.hacks.guide/installing-boot9strap-(mset9).html).<br>

## Troubleshooting
https://3ds.hacks.guide/troubleshooting.html#installing-boot9strap-mset9
Expand Down Expand Up @@ -62,8 +63,6 @@ https://3ds.hacks.guide/troubleshooting.html#installing-boot9strap-mset9
## Additional Thanks
These are repos containing homebrew binaries included in the release archive. Many thanks to the authors.<br>
https://github.com/LumaTeam/Luma3DS<br>
https://github.com/d0k3/GodMode9<br>
https://github.com/d0k3/SafeB9SInstaller (renamed SafeB9S.bin)<br>
https://github.com/devkitPro/3ds-hbmenu<br>
https://github.com/SciresM/boot9strap<br>
https://github.com/Steveice10/FBI<br>

0 comments on commit a4a16b9

Please sign in to comment.