Skip to content
/ unzap Public

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

License

Notifications You must be signed in to change notification settings

wasaylor/unzap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.