Commit Graph
97 Commits
Author SHA1 Message Date
Danny Tsai de6f38d689 freeSpace and 2DS 2023-12-08 21:55:04 +08:00
zoogie 90c907e04f Merge pull request #26 from danny8376/avoid_darwin_broken_venv
Darwin: Load venv without using venv bin
2023-11-27 13:00:27 -06:00
DannyAAM 5ac62e8a07 load venv without using venv bin 2023-11-28 02:35:06 +08:00
zoogie a5ad9a89fd Merge pull request #24 from irowiki/patch-2
Update errors.txt
2023-11-25 21:17:52 -06:00
zoogie f5ce481dd5 Merge pull request #23 from irowiki/patch-1
Update Error 04
2023-11-25 21:17:23 -06:00
Blueness 3b5f3240c3 Update errors.txt
Error 04 updated, and fixed some typos
2023-11-25 15:12:42 -07:00
Blueness bddb632201 Update Error 04
Clarify Error 04 - SD probably needs formatting, Guide troubleshooting has already been updated
2023-11-25 15:11:57 -07:00
zoogie 73b739819b Merge pull request #21 from TophattedWasTaken/patch-1
Fixing a typo
2023-11-24 14:58:36 -06:00
TophattedWasTaken 3b45e0a45f Fixing a typo 2023-11-24 13:24:16 -06:00
zoogie debce3662f Clarify install instructions and add build instructions
Build instructions are for older firms < 11.4 and > 2.x
2023-11-24 02:51:49 -06:00
zoogie 27742be892 Merge branch 'main' of https://github.com/zoogie/MSET9 2023-11-17 03:19:11 -06:00
zoogie fe8c562228 More offsets and offset finder script 2023-11-17 03:19:04 -06:00
zoogie 3470a65f5c Merge pull request #19 from danny8376/pyfatfs_lfn_case_sensitivity
fix case sensitivity properly this time
2023-11-16 15:03:30 -06:00
zoogie e0fed6261b Merge pull request #18 from danny8376/ios_improvement
improve for ios... do anyone really need this?
2023-11-12 07:34:56 -06:00
DannyAAM 493b48bbe3 minor change 2023-11-12 20:14:57 +08:00
DannyAAM 0bd5454f91 also fix 8.3 name (properly) 2023-11-12 20:09:00 +08:00
DannyAAM 17dd4a841c fix case issue of lfn names 2023-11-12 13:24:21 +08:00
DannyAAM 993f8d2c27 minor tweak/fix 2023-11-11 05:01:33 +08:00
DannyAAM 0fa8c032c9 improve for ios
* improve for ios
* also fix some really rare case for normal macos
  (no pip installed or existing venv somehow broken)
2023-11-11 00:43:16 +08:00
zoogie e0c356e45f Merge pull request #17 from danny8376/macos_fix
force umount instead of gracefully & minor fix
2023-11-05 13:52:47 -06:00
DannyAAM 09594d7700 force umount instead of gracefully & minor fix
fix crash when Nintendo 3DS not found (caused by non existing cwd var)
2023-11-06 01:52:31 +08:00
zoogie 24183a8989 Fix readme and test error 16 fix 2023-11-05 05:29:01 -06:00
zoogie 91e3e696ad Update README.md
Added exploit range info
2023-11-04 00:19:58 -05:00
zoogie 51cdedc47b Clarify exploit explanation a bit 2023-11-01 13:07:38 -05:00
zoogie 83ad4a53e2 Merge branch 'main' of https://github.com/zoogie/MSET9 2023-11-01 00:04:56 -05:00
zoogie 1c3900af0b Update README.md 2023-11-01 00:04:51 -05:00
zoogie 57a10e7fe6 Merge pull request #15 from danny8376/macos
Add macOS support
v1.2
2023-10-31 23:51:15 -05:00
DannyAAM 879f82a987 not really necessary fix? 2023-10-31 22:35:39 +08:00
DannyAAM 8d3f0d3482 don't gen extension name if there's none 2023-10-31 22:06:48 +08:00
DannyAAM f91a4e1399 fix missed tmp cleanup 2023-10-31 22:05:00 +08:00
DannyAAM ff0eef85b6 wtf? 2023-10-31 21:53:43 +08:00
DannyAAM 849885f8ea text fix 2023-10-31 21:49:39 +08:00
DannyAAM c98da5dd5a increase umount retry count 2023-10-31 20:57:14 +08:00
DannyAAM c2847d3cf0 fix tmp folder cleanup 2023-10-31 20:56:18 +08:00
DannyAAM ce426d57ff bump version 2023-10-31 20:10:53 +08:00
DannyAAM 6c0f694212 remount 2023-10-31 19:55:22 +08:00
DannyAAM 187c4ebe63 proper errors 2023-10-31 19:53:28 +08:00
DannyAAM 88def89c99 proper rename and ensure space 2023-10-31 19:08:51 +08:00
DannyAAM cf313b8cf3 add .command 2023-10-31 04:07:10 +08:00
DannyAAM 326924ad43 auto venv 2023-10-31 03:24:55 +08:00
DannyAAM 72d558e459 make it able to run on sd card 2023-10-31 02:41:34 +08:00
DannyAAM 72353f5d35 self elevate 2023-10-30 22:04:35 +08:00
DannyAAM 642e6a64cf inital proper? macOS support 2023-10-30 21:12:06 +08:00
DannyAAM d81e2ee670 prepare for macos support 2023-10-30 14:12:35 +08:00
zoogie 2ba8947d02 Merge pull request #13 from lilyuwuu/patch
grammar/style fixes
2023-10-27 21:10:30 -05:00
Lily e00ec7c6b7 a couple of style fixes 2023-10-27 18:05:39 +02:00
Lily 6c9d4c56b6 grammar/style changes 2023-10-20 04:39:49 +02:00
zoogie 726404ffcf Readme and additions to deprecated v1.1 2023-10-18 05:05:03 -05:00
zoogie 20a0ea477d Merge pull request #11 from ToxicAven/main
Total refactor of mset9.py
2023-10-18 03:53:30 -05:00
zoogie 5b8ed068b8 Update mset9.py
Manually add pull request to resolve conflicts.
2023-10-18 03:52:46 -05:00