/afs_util

A tool to pack and unpack afs archives.

Primary LanguageRustMIT LicenseMIT

afs_util

A tool to pack and unpack afs archives.

Download

Download the latest version from the releases page.

Usage

afs_util 0.1.0
Usage: afs_util (-e|-p) INPUT OUTPUT

Options:
    -e, --extract       Extract afs file
    -p, --pack          Pack afs file
    -h, --help          Print this help menu

Acknowledgements

Shoutouts to NoThisIsStupider for collaboration in reverse engineering the AFS file format. Their AFS tool can be found here.