Hello
It's just a settings file which stores text information, I think it's zlib compression, but I tried all the tools and nothing helped.Someone can tell an zlib unpacker who can do it?
I tried QuickBMS, Offzip none of this helped
https://mega.nz/file/dpx2ULzY#MaYx7nexg ... IE8FsGEkJk
The rules have been updated, read them now: Rules!
Nostale - Extracting zlib compression
- ikskoks
- Moderator
- Posts: 734
- Joined: Thu Jul 26, 2012 5:06 pm
- Location: Poland, Łódź
- Has thanked: 463 times
- Been thanked: 202 times
- Contact:
Re: Extracting zlib compression
It doesnt't look like ZLIB at all.
https://i.imgur.com/EbwHqZ9.png
There is some weird header starting with "AC 0B 3F",
then there is list of pointers and there is this header again.
I think that compressed data starts below that and it divided to some kind of chunks
https://i.imgur.com/iOe5SO2.png
From what game is this sample?
https://i.imgur.com/EbwHqZ9.png
There is some weird header starting with "AC 0B 3F",
then there is list of pointers and there is this header again.
I think that compressed data starts below that and it divided to some kind of chunks
https://i.imgur.com/iOe5SO2.png
From what game is this sample?
- ikskoks
- Moderator
- Posts: 734
- Joined: Thu Jul 26, 2012 5:06 pm
- Location: Poland, Łódź
- Has thanked: 463 times
- Been thanked: 202 times
- Contact:
Re: Nostale - Extracting zlib compression
Well, it doesn't look familiar to me.
You can try to use aluigi's comtype scanner with last data chunk
and see if you will get any meaningful results. https://zenhax.com/viewtopic.php?t=23
I have cutted it for you and uploaded as an attachment.
You can try to use aluigi's comtype scanner with last data chunk
and see if you will get any meaningful results. https://zenhax.com/viewtopic.php?t=23
I have cutted it for you and uploaded as an attachment.
You do not have the required permissions to view the files attached to this post.
Re: Nostale - Extracting zlib compression
I did this, exported all the dmp, then checked them with a hex editor and found nothing familiar
Re: Extracting zlib compression
this list of pointers is contained in the text information of the fileikskoks wrote: ↑Tue Feb 09, 2021 12:18 pmIt doesnt't look like ZLIB at all.
https://i.imgur.com/EbwHqZ9.png
There is some weird header starting with "AC 0B 3F",
then there is list of pointers and there is this header again.