View Single Post
  #21  
Old 09-01-2022, 06:08
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,176
Thanks: 284
Thanked 1,376 Times in 619 Posts
Masquerade is on a distinguished road
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
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
Gehrman (17-01-2022), L0v3craft (09-01-2022)