A tool for modifying Flipnote Studio ID (FSID) implemented in Rust
Usage: flipnote-id [OPTIONS] <ACTION>
Arguments:
<ACTION> [possible values: set, extract, check]
Options:
-f, --file <FILE> Flipnote Studio option file [default: option.bin]
-i, --id <FSID> Flipnote Studio ID (use with `set` action)
-d, --no-backup Don't backup the original file when setting FSID (used by `set` action)
-h, --help Print help information (use `--help` for more detail)
-V, --version Print version information
$ ./flipnote-id set --id 5000000000000000 --file option.bin
You can download the latest version here. All binaries are built and released directly from GitHub Actions
- Install Rust
cargo build --release
- Compiled binary will be saved in
target/release
directory
I'm not responsible for any kind of data loss or service terminations (including bans from custom Flipnote servers)
- Thanks Flipnote Collective for providing FSID format info
- Thanks nocash for providing option.bin file structure
- genact project as an example for Rust GitHub Actions release file and Cargo.toml options