Skip to content

Noxturnix/flipnote-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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