Skip to content

Ritobin-Rust

Choose a tag to compare

@DexalGT DexalGT released this 03 Dec 06:56
· 1 commit to main since this release

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.