View Single Post
  #11  
Old 23-10-2020, 06:54
ozolt ozolt is offline
Banned
 
Join Date: Dec 2017
Location: Random
Posts: 16
Thanks: 16
Thanked 1 Time in 1 Post
ozolt is on a distinguished road
FitGirl uses this with FreeArc, if you look in setup arc.ini you'll see

[External compressor:tiger]
header = 0
unpackcmd = tiger.exe c - - <stdin> <stdout>

..so yes, FitGirl created this tool (or, more likely, was given by someone..) and it does encodes .tiger files back but not CRC perfect so he uses xdelta (or similar) to correct small differences in files after they are encoded back.

Since FitGirl never shares given tools (or ones created by himself), you ca'nt use this tool since to use it you should have "decoder" part that goes into arc.ini like (for example)

packcmd = tiger.exe d - - <stdin> <stdout>
but since FitGirl never shares tools (I'm not judging, just saying..) decoder part is, of course, missing from this exe

To sum it up, FitGirl has tiger.exe that can be used to decrypt/encrypt .tiger with arc.exe but you can forget about getting it.

Last edited by ozolt; 23-10-2020 at 06:57.
Reply With Quote