/IPFUnpacker

IPFUnpacker decrypts, extract and encrypt IPF files from the Tree of Savior client.

Primary LanguageCGNU General Public License v2.0GPL-2.0

IPFUnpacker

Usage: ./ipf_unpacker [-d|-c|-e --quiet] ipf_file <output_dir>

-d, --decrypt decrypts an ipf file
-c, --encrypt encrypts an ipf file
-e, --extract extract files to dir
--quiet disable output

"decrypt" feature

Decrypt feature will replace the encrypted IPF in argument by the decrypted one.
Make sure to backup your IPF files somewhere before decrypting them.
Make sure not decrypting twice the same IPF.
Once decrypted, the IPF is readable by traditional tools (such as IPF Suite).

"encrypt" feature

Encrypt will restore a decrypted IPF in argument to an encrypted one.
Make sure not encrypting twice the same IPF.

"extract" feature

Extract takes a decrypted IPF as argument and generates a list of files. By default, some extension files aren't decrypted entirely ; In that case, only the MD5 of the decrypted is generated. You can use the optional last arguments to set an custom output directory.

Lara Maia dev@lara.click 2017