SkillAgentSearch skills...

Unbif

A small tool to unpack BioWare’s BIFF archives.

Install / Use

/learn @marc-q/Unbif
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks0

Languages

C

Security Score

75/100

Audited on May 24, 2023

No findings