League Of Legends Bin Reader And Writter Using Rust
- https://github.com/autergame/BinReader
- https://github.com/CommunityDragon/CDTB
- https://github.com/moonshadow565/ritobin
- https://github.com/LoL-Fantome/LeagueToolkit
decode bin to json:
binreader-rust decode skin0.bin skin0.json
binreader-rust decode *.bin
encode json to bin:
binreader-rust encode skin0.json skin0.bin
binreader-rust encode *.json