NieR Replicant ver.1.22474487139...

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
LinkOFF
Posts: 88
Joined: Thu Aug 11, 2016 6:52 pm

NieR Replicant ver.1.22474487139...

Post by LinkOFF »

Can someone help with new NieR Replicant game? There is a few arc archives.
A few examples - https://disk.yandex.ru/d/da5YuGsCEZZyIw
chrrox
Posts: 388
Joined: Thu Aug 07, 2014 10:28 pm

Re: NieR Replicant ver.1.22474487139...

Post by chrrox »

LinkOFF
Posts: 88
Joined: Thu Aug 11, 2016 6:52 pm

Re: NieR Replicant ver.1.22474487139...

Post by LinkOFF »


Thanks!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: NieR Replicant ver.1.22474487139...

Post by aluigi »

If you need a quickbms script for the decompression:

Code: Select all

comtype zstd
get SIZE asize
get NAME basename
clog NAME 0 SIZE XSIZE

Technical curiosity: in this case SIZE works also as output size because zstd creates a new buffer ignoring the output size in the script