#intended #applications #decrypter #rpgm-archive-decrypter

rpgmad-lib

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

1 stable release

1.0.1 Nov 30, 2024

#36 in #intended

Download history 73/week @ 2024-11-24 51/week @ 2024-12-01

124 downloads per month

Custom license

10KB
205 lines

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.decrypt("C:/Documents/Game", false).unwrap()

License

Project is licensed under WTFPL.


lib.rs:

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

Dependencies

~0–265KB