Crates.io | rpgmad-lib |
lib.rs | rpgmad-lib |
version | 1.0.1 |
source | src |
created_at | 2024-11-30 13:17:41.783287 |
updated_at | 2024-11-30 13:17:41.783287 |
description | A decrypter implementation for rpgm-archive-decrypter. Not intended for use in other applications; but can be. |
homepage | |
repository | https://github.com/savannstm/rpgm-archive-decrypter-lib |
max_upload_size | |
id | 1466603 |
size | 10,423 |
A decrypter implementation for rpgm-archive-decrypter. Not intended for use in other applications; but can be.
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.decrypt("C:/Documents/Game", false).unwrap()
Project is licensed under WTFPL.