Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.67 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.67 KB

flipnote-id

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

Example

$ ./flipnote-id set --id 5000000000000000 --file option.bin

Download

You can download the latest version here. All binaries are built and released directly from GitHub Actions

Build

  1. Install Rust
  2. cargo build --release
  3. Compiled binary will be saved in target/release directory

Caution

I'm not responsible for any kind of data loss or service terminations (including bans from custom Flipnote servers)

Credits

License

MIT License