
09-01-2022, 06:08
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,176
Thanks: 284
Thanked 1,376 Times in 619 Posts
|
|
Bincat
- Bincat is a simple tool to join together files in a directory into a single file.
- Limited in some respects because it does not run recursively so you can only concatenate files if they are all in the same folder.
- Very niche tool with very interesting uses. In my repacks, I have used this to join together several decompressed LZ4 streams in the engine used by the WRC games (PPKG files) into one big file. You can then compress the big file with LZ4 and HDiffZ it. Hopefully I will explain here one day the process of extracting the streams, decompressing them and then building the new file with Bincat.
http://aluigi.altervista.org/mytoolz/bincat.zip
By Aluigi
|