Skip to content

dimavs/bnkextr

This branch is 20 commits behind eXpl0it3r/bnkextr:master.

Repository files navigation

Wwise *.BNK File Extractor

This is a C++ rewrite of bnkextr originally written by CTPAX-X in Delphi. It extracts WEM files from the ever more popular Wwise BNK format.

Use ww2ogg to convert WEM files to the OGG format.

Usage

bnkextr filename.bnk [/swap]
    /swap - swap byte order (use it for unpacking 'Army of Two')

Build

g++ bnkextr.cpp -std=c++11 -static -O2 -s -o bnkextr.exe

About

Wwise *.BNK File Extractor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.9%
  • Pascal 47.1%