A simple program that allows you to decrypt and encrypt the metadata file of a certain anime game. It's very primitive, so don't expect great stability
- Grab a copy of the executable here and save it somewhere on your computer
- Once that's done open a terminal in the same location as the executable.
- You are now ready to use the tool.
A simple command to decrypt a metadata file
metadata-extractor -i global-metadata.dat -o output.bin --decrypt
A simple command to encrypt a metadata file
metadata-extractor -i input.bin -o global-metadata-modified.dat --encrypt
Here's a list of all available parameters for this tool
-i <filename> #To specify the metadata file to open
-o <filename> #To specify where to write the processed metadata file
--encrypt #To set the tool in encryption mode
--decrypt #To set the tool en decryption mode
Cultivation dev team for ~95% of the code used in this tool