/unzap

Star Wars: Bounty Hunter (PS2) .zap file extraction tool

Primary LanguageCISC LicenseISC

unzap

A tool to extract files from the resource bundles (.ZAP) for the game Star Wars: Bounty Hunter (PS2.)

I reverse engineered the file format in xxd and the decompression algorithm from the game executable in IDA.

building

A very simple Makefile is included

usage

unzap [dir] <resource bundle> will extract all files in the resource bundle to the working directory or to dir if it's specified.