what is this file

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Beastin_Cade
Posts: 94
Joined: Wed Jul 01, 2020 7:45 pm

what is this file

Post by Beastin_Cade »

what's this cut file
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: what is this file

Post by aluigi »

The real question is: what is this topic?
There is not even the name of the game.

Those files are just sequences of NUL-delimited strings.
If you replace the byte 0x00 with 0x20 using a hex editor, then you can read them easily with a text editor.
Use a hex editor for editing the original file since there are no size requirements


Last bumped by Beastin_Cade on Sat May 22, 2021 8:35 pm.