Skip to content

lab313ru/rnc_propack_source

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

rnc_propack_source

Decompiled source of the famous RNC ProPack compression tool

Usage

  • Unpack: <u> <infile.bin> [outfile.bin] [-i=hex_offset_to_read_from] [-k=hex_key_if_protected]
  • Search: <s> <infile.bin>
  • Seach&Extract: <e> <infile.bin>
  • Pack: <p> <infile.bin> [outfile.bin] <-m=1|2> [-k=hex_key_to_protect]

Specific games

  • Earthworm Jim, Alladdin: must use -d=0x4000 for a correct packed data result.