wasaylor / unzap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:ISC License


Languages

Language:C 97.4%Language:Makefile 2.6%