bo3 atr files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
toxic72
Posts: 26
Joined: Sun Mar 20, 2016 10:25 pm

bo3 atr files

Post by toxic72 »

These are just raw files but it looks like they are compressed / encrypted somehow. Its output should be raw text... A few things to note are the beginning of both files are similar, looks like maybe a size... Any help would be appreciated!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: bo3 atr files

Post by aluigi »

It's just deflate

Code: Select all

comtype deflate
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE