Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 501 Bytes

rpgm-archive-decrypter-lib

A decrypter implementation for rpgm-archive-decrypter. Not intended for use in other applications; but can be.

Quick example

let archive_bytes = std::fs::read("C:/Documents/Game/Game.rgssad");
let mut decrypter = rpgmad_lib::Decrypter::new();

// Writes decrypted game files to "C:/Documents/Game"
decrypter.extract("C:/Documents/Game", false).unwrap()

License

Project is licensed under WTFPL.