Ninfs

Latest version: v2.0

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

1.2b1

1.1.1

1.1

This release should be helpful to anyone who has a 3DS NAND backup and OTP, but no CID. Enjoy!

1.0

This is the first stable release of fuse-3ds. After 264 commits since August 14, 2017, I can now consider it feature-complete. There are still updates coming, though! Thanks to knight-ryu12 for Linux testing.

1.0b9

* GUI: Add ability to easily set up boot9/SeedDB by copying to a supported path
* GUI: Show "Decompress .code" for ExeFS mount
* GUI: Open mount point on Linux with `xdg-open`
* Add support for new path on Windows: `%APPDATA%\3ds`
* Remove support for automatically loading boot9/seeddb from current directory (this might return as an extra argument at some point)
* Lots of internal rewriting and refactoring

This should be the last release before a fully stable v1.0.

------

Important note
This is not a full release, so some things may still be broken. Please [file issues](https://github.com/ihaveamac/fuse-3ds/issues) if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

There is a [Windows tutorial for fuse-3ds on GBAtemp](https://gbatemp.net/threads/499994/). README also explains how to use it via command line and on non-Windows platforms. If you are unsure about something, you can ask at [Nintendo Homebrew](https://discord.gg/C29hYvh) on Discord, or the [GBAtemp thread](https://gbatemp.net/threads/483362/).

Usage
Windows users can download the executable attached to this release, which works without needing Python installed. 64-bit users should get the `win64` version. [WinFsp](http://www.secfs.net/winfsp/download/) must still be installed.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.6.1 or later is required. Read the README for more setup and usage details.

Command line install

Windows
* `py -3 -mpip install --upgrade https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b9-src.zip`
* With GUI support: `py -3 -m pip install --upgrade https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b9/fuse-3ds-1.0b9-src.zip#egg=fuse-3ds[gui]`

macOS
[FUSE for macOS](https://github.com/osxfuse/osxfuse/releases/latest) is required.
* `python3 -mpip install --upgrade https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b9/fuse-3ds-1.0b9-src.zip`
* With GUI support: `python3 -m pip install --upgrade https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b9/fuse-3ds-1.0b9-src.zip#egg=fuse-3ds[gui]`

Linux
* `python3 -mpip install --upgrade --user https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b9/fuse-3ds-1.0b9-src.zip`
* `--user` is not required if you are using a virtualenv.
* With GUI support: `python3 -m pip install --upgrade --user https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b9/fuse-3ds-1.0b9-src.zip#egg=fuse-3ds[gui]`

1.0b8

* Python versions before 3.6.1 are now unsupported. This does not affect you if you are using the standalone Windows executable.
* GUI: Choose last drive letter available alphabetically
* GUI: Automatically choose directory mount when NAND is selected, and show a warning if drive letter is used on Windows
* GUI: Show advanced options (currently: debug output, allowed users on Linux/macOS)
* Fix issue in all mounts when applications attempt to read past file sizes (e.g. Notepad++, TeraCopy)
* Prevented "access" operations from appearing in debug logs (irrelevant except for SD, takes up a lot of space)
* Many other internal changes

*win32 exe re-uploaded to fix an issue with mounting.*
*win64 exe re-uploaded to hopefully fix an issue with AV false-positives (15).*

------

Important note
This is not a full release, so some things may still be broken. Please [file issues](https://github.com/ihaveamac/fuse-3ds/issues) if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

There is a [Windows tutorial for fuse-3ds on GBAtemp](https://gbatemp.net/threads/499994/). README also explains how to use it via command line and on non-Windows platforms. If you are unsure about something, you can ask at [Nintendo Homebrew](https://discord.gg/C29hYvh) on Discord, or the [GBAtemp thread](https://gbatemp.net/threads/483362/).

Usage
Windows users can download the executable attached to this release, which works without needing Python installed. 64-bit users should get the `win64` version. [WinFsp](http://www.secfs.net/winfsp/download/) must still be installed.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.6.1 or later is required. Read the README for more setup and usage details.

Command line install

Windows
* `py -3 -mpip install https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip`
* With GUI support: `py -3 -m pip install --upgrade https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip#egg=fuse-3ds[gui]`

macOS
[FUSE for macOS](https://github.com/osxfuse/osxfuse/releases/latest) is required.
* `python3 -mpip install https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip`
* With GUI support: `python3 -m pip install --upgrade https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip#egg=fuse-3ds[gui]`

Linux
* `python3 -mpip install --upgrade --user https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip`
* `--user` is not required if you are using a virtualenv.
* With GUI support: `python3 -m pip install --upgrade --user https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip#egg=fuse-3ds[gui]`

Page 5 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.