bo3 atr files
-
- Posts: 26
- Joined: Sun Mar 20, 2016 10:25 pm
bo3 atr files
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!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: bo3 atr files
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