Skip to content

Releases: RitoShark/Ritobin-Rust

Ritobin-Rust

03 Dec 07:13

Choose a tag to compare

🚀 New Features

Smart Hash Loading:

  • Added -d / --dir flag to specify a custom hash directory.
  • Now automatically searches for hashes in the following order:
  • Custom directory (if provided via -d)
  • %APPDATA%/RitoShark/Requirements/Hashes
  • Executable directory (and Hashes subdirectory)
  • Safety Prompt: If no hashes are found, the tool now pauses and asks if you want to continue, preventing accidental conversions without unhashing.

Drag-and-Drop Support:

  • Simply drag any .bin
  • file onto the executable to automatically convert it to .py
  • format in the same directory.

Ritobin-Rust

03 Dec 06:56

Choose a tag to compare

ritobin_rust - League of Legends .bin File Converter

A fast and simple tool for converting League of Legends binary property files (.bin) to readable text format (.py).

🎯 Usage

Drag & Drop: Just drag any .bin file onto ritobin_rust.exe - it will automatically convert to .py format in the same directory.

Command Line:

Convert bin to text

ritobin_rust.exe input.bin output.py

Convert text to JSON

ritobin_rust.exe input.py output.json

Show file info

ritobin_rust.exe info file.bin

Validate files

ritobin_rust.exe validate file.bin
✨ Features
🔄 Multiple format support: Binary (.bin), Text (.py), JSON
🔑 Hash support with FNV1a and XXH64
⚡ High-performance Rust implementation
🎯 Simple drag-and-drop interface
🛠️ CLI tools for info and validation
📦 What's Included
ritobin_rust.exe - The main executable
💡 Credits
Inspired by moonshadow565/ritobin

Made with ❤️ for the League of Legends community.