Skip to content

savannstm/rpgm-archive-decrypter-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages