Skip to content

Resource file encrypter and decrypter for the video game Senshis' Revenge.

License

Notifications You must be signed in to change notification settings

NHxD/Ash.SRUtils

Repository files navigation

Latest Release Build Status Console App Output .NET Framework C# Language MIT License

Senshis' Revenge Resource File Decrypter and Encrypter Tool

Description

This command line program can encrypt and decrypt files for the game Senshis' Revenge.

Resource Files

Files No Encryption Xor Encrypted CXor Encrypted Output
N/A ✔️ JPG;PNG
MP3 ✔️ MP3
SWF ✔️ SWF
JPG ✔️ JPG large opaque image
PNG ✔️ PNG small transparent image
DAT ✔️ ZIP archive of JSON files
ANM ✔️ ZIP archive of a PNG spritesheet and JSON file
MIP ✔️ probably an archive of PNG mip textures

Usage

Drop files or directories onto the program window or icon and it will encrypt or decrypt the files to the designated output folder (by default: out).

Known Issues

  • Relative link operands, such as ./ and ../, are likely not supported.

License

This project is licensed under the MIT License - see the LICENSE file for details