marc-q / unbif

A small tool to unpack BioWare’s BIFF archives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Make shure you have make and gcc installed.
  2. Download this repository (If you don’t like to use git, make use of GitHub’s zip file).
  3. Open a terminal and navigate into the repository folder.
  4. 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

About

A small tool to unpack BioWare’s BIFF archives.

License:GNU General Public License v3.0


Languages

Language:C 98.8%Language:Makefile 1.2%