View Single Post
  #1  
Old 07-05-2016, 08:21
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
PZlib (Alternative to Precomp)

Pre-ZLIB (pzlib)

Alternative of precomp

This program detects and unpack zlib streams for a certain input
giving you an option to apply a stronger compression such as LZMA.

This only detects zlib streams compressed using default and maximum level
which have headers. (It doesn't detect headerless)

Usage:
pZLib encode/decode [options] inputfile -o outputfile
inputfile/outputfile can be specified as "-" for stdin/stdout

Options:
-t#: Number of threads to use
-t#p: (default = 50) Percentage of threads to use
-v: Verification so that restoration keeps CRC the same
-ai: Prints out additional information

Note:
Input and/or Output can be "-" to signal stdin and/or stdout usage.
Multi threading only works during restoration.

Example:
pzlib encode $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp

Created by Razor12911 and Panker1992
Attached Images
File Type: png 1 (1).png (24.2 KB, 2602 views)
Attached Files
File Type: 7z pzlib_1210.7z (645.8 KB, 1570 views)
File Type: 7z pZlib_source.7z (49.6 KB, 445 views)

Last edited by Razor12911; 16-12-2016 at 06:30.
Reply With Quote
The Following 36 Users Say Thank You to Razor12911 For This Useful Post:
-XCX- (22-12-2016), 008black (06-04-2017), 78372 (29-08-2017), ADMIRAL (10-06-2020), Amsal (07-05-2016), arkantos7 (07-05-2016), aXiom_ (10-09-2016), BLACKFIRE69 (11-08-2019), Carldric Clement (07-05-2016), chum (10-05-2016), COPyCAT (02-06-2017), coveiro (17-05-2016), EzzEldin16 (26-08-2017), felice2011 (16-05-2016), ffmla (07-05-2016), Gehrman (06-05-2022), Jiva newstone (21-12-2017), JRD! (02-04-2017), kassane (30-09-2016), kenzo34 (07-05-2016), knife16 (21-07-2016), Lucas65 (12-05-2016), Mini (07-05-2016), nemesis8 (19-10-2017), NexusIV (07-05-2016), nickwazhere2012 (08-05-2016), oltjon (07-05-2016), RamiroCruzo (07-05-2016), Sergey3695 (07-05-2016), Simorq (07-05-2016), Stained (12-05-2016), Stor31 (10-05-2016), teusma (17-10-2017), TheGeekyGamer (27-06-2018), vint56 (07-05-2016), ZAZA4EVER (16-12-2016)
Sponsored Links