Unbif
A small tool to unpack BioWare’s BIFF archives.
Install / Use
/learn @marc-q/UnbifREADME
UnBif
About
UnBif is a small tool that can be used to extract files from BIFF archives. BIFF archives can be found in games that use BioWare’s Aurora engine and contain other files like scripts and images.
A list of files used by the Aurora engine can be found inside src/format/aurora_types.h.
How to compile
- Make shure you have
makeandgccinstalled. - Download this repository (If you don’t like to use git, make use of GitHub’s zip file).
- Open a terminal and navigate into the repository folder.
- Run
$ make(Without$).
How to use
Print the help
$ unbif -h
List files
$ unbif -l keyfile.key biffile.bif
Extract files
$ unbif -x keyfile.key biffile.bif
