kotiq

Results 15 comments of kotiq

What do you find useful inside the replay? Do the versions before the format change have value for you? Now the replay contains blocks whose structure differs from the previous...

Yes, the content of the blocks has not changed. I guessed many fields from the header. From the useful there is the version, the size of the first block and...

You were looking at an obfuscated compressed stream. To get to the unpacked stream, you had to do a few simple transformations of it: `not_packed_bytes = unzstd(deobfuscate(file_bytes))` Yesterday I was...

Используется фреймворк Construct, сам python прост. Двоичные файлы нового формата со стороны распаковки я разделил на два класса: Толстые: автономные файлы, которым достаточно для распаковки самих себя. Примеры в `game.vromfs.bin`....

В качестве иллюстрации я упакую простую секцию как тонкую и распакую ее обратно вручную. Пусть после вычислений над секцией она имеет вид: ``` vec4f:p4=1.25, 2.5, 5.0, 10.0 int:i=42 long:i64=0x40 alpha{...