• 0

.aba file compressed using ZLIB - need to extract/uncompress


Question

AIM 7 beta 2 uses a new .aba format to compress directories into one single .aba file. This makes editing files that used to be in those directories impossible without access to the aba file contents. I have been able to confirm that the new aba format (something like aim binary achieve) is made using ZLIB compression.

Can some of the amazing and wonderful programmers from Neowin crack the file, and get access to it's contents? Any and all help is appreciated. I uploaded the file that I need access to.

Thanks!!!

en_us.zip

Link to comment
Share on other sites

25 answers to this question

Recommended Posts

  • 0

You sure it's Zlib?

It has no standerd header, instead it says Copyright AOL. Might be a custom format.

Are there any DLLs in AIM's directory that look related to this? It would be a lot easier to work with these if I could use AIM's extraction methods.

Link to comment
Share on other sites

  • 0
You sure it's Zlib?

It has no standerd header, instead it says Copyright AOL. Might be a custom format.

Are there any DLLs in AIM's directory that look related to this? It would be a lot easier to work with these if I could use AIM's extraction methods.

I was told it's Zlib from someone close to the matter at AOL, but I cannot confirm it for sure. I'll upload the entire AIM directory so that you can have access to any DLLs you may need.

http://www.filedropper.com/aim

Link to comment
Share on other sites

  • 0

It doesn't seem to have the zlib dll so if it is zlib it must be internally compiled (static linked). UniExtract didn't seem to know what to do with it. I'll write a quick app with zlib and see if it will extract it.

Update: If it is using Zlib, its using internally in the file somewhere. Or it may be encrypted. The file itself doesn't follow zip or zlib structure. (no PK and the layout isn't specifying file names)

Update2: Ah... the quantum rule of Googling. I Google AOL ABA format and the only related result is this thread.

Update3: I looked through the functions exported by AIM's dlls and I don't seem to see anything for extracting them. There are some readstream commands and etc but I think those are referring to networking. Seems anything of use is statically linked :/

Still, I'll keep working on it.

Edited by omnicoder
Link to comment
Share on other sites

  • 0
It doesn't seem to have the zlib dll so if it is zlib it must be internally compiled (static linked). UniExtract didn't seem to know what to do with it. I'll write a quick app with zlib and see if it will extract it.

Update: If it is using Zlib, its using internally in the file somewhere. Or it may be encrypted. The file itself doesn't follow zip or zlib structure. (no PK and the layout isn't specifying file names)

Update2: Ah... the quantum rule of Googling. I Google AOL ABA format and the only related result is this thread.

This is a new file format that was just released days ago with the beta 2 of AIM 7. Before, they just had all the files in folders, instead of this one file with all the files inside it.

So basically, is there any way to extract it at all? Even if it's not ZLIB?

Link to comment
Share on other sites

  • 0

Yes but it may take some time.

Can you hit Winkey+R and type %temp% into the box, then go back 2 directories to the Temp folder under your username and check for a folder called AIM in either Local, LocalLow or Roaming? It may extract them their while it uses them.

Link to comment
Share on other sites

  • 0

Take all the time you need, I really appreciate the help!

I checked, and didn't see any extracted files... just logs and mpegs. =[

Link to comment
Share on other sites

  • 0

Definitely seems encrypted. I'll probably need to make an app that uses AIM to extract it.

I'm gonna take a break and play a quick game in Halo (about 5 mins) and then come work on this some more. Back

Edited by omnicoder
Link to comment
Share on other sites

  • 0

Also looking for info on this, I muddled around in that file a bit. It seems to have a large name table and i tried looking for locations on in the beginning of the file.

As far as I know

0x48 u32 is the start location of the name table and

0x80 u32 is the start of the file data

Excuse the trolling if I happen to be as I don't know who knows what right now, just trying to help.

Update: it seems that all the theme texture files are stored in en-us.aba anyway

Edited by Sora3087
Link to comment
Share on other sites

  • 0

I think I can almost extract something out of it, but first I have a question. Will you need to replace files in it? Or just extract them? I can probably use AIM to extract them but if I need to modify them it would mean it had to be done without AIM's help.

Link to comment
Share on other sites

  • 0

At least for now, I will not need to remake the aba file... just extract it. In the future, I might need to recompile it, but we can go there once it's needed.

You're the best!

Link to comment
Share on other sites

  • 0

i think we need add or replace capabilities to be able to add custom textures to the themes.

you can add custom themes to the list on the drop down but custom themes with textures don't load correctly (i've tried giving explicit dir address and it will turn the window green and the transparency will look weird)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.