• 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

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.

  • 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

  • 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
  • 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?

  • 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.

  • 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
  • 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
  • 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.

  • 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)

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

    • No registered users viewing this page.
  • Posts

    • qBittorrent 5.2.2 by Razvan Serea The qBittorrent project aims to provide a Free Software alternative to µtorrent. qBittorrent is an advanced and multi-platform BitTorrent client with a nice user interface as well as a Web UI for remote control and an integrated search engine. qBittorrent aims to meet the needs of most users while using as little CPU and memory as possible. qBittorrent is a truly Open Source project, and as such, anyone can and should contribute to it. qBittorrent features: Polished µTorrent-like User Interface Well-integrated and extensible Search Engine Simultaneous search in most famous BitTorrent search sites Per-category-specific search requests (e.g. Books, Music, Movies) All Bittorrent extensions DHT, Peer Exchange, Full encryption, Magnet/BitComet URIs, ... Remote control through a Web user interface Nearly identical to the regular UI, all in Ajax Advanced control over trackers, peers and torrents Torrents queueing and prioritizing Torrent content selection and prioritizing UPnP / NAT-PMP port forwarding support Available in ~25 languages (Unicode support) Torrent creation tool Advanced RSS support with download filters (inc. regex) Bandwidth scheduler IP Filtering (eMule and PeerGuardian compatible) IPv6 compliant Available on most platforms: Linux, Mac OS X, Windows, OS/2, FreeBSD qBittorrent 5.2.2 changelog: FEATURE: Use D-Bus to show file in file managers (Chocobo1) #24340 BUGFIX: Fix friendlyUnitCompact precision calculation (vafada) #24323 BUGFIX: Remove all top-level folders (glassez) #24333 BUGFIX: Use proper API for checking exit status (Chocobo1) #24349 BUGFIX: Delete stale lockfile when hostname mismatch (TurboTheTurtle, glassez) #24363 BUGFIX: Fix wrong removal procedure of watched folder paths (Chocobo1) #24413 BUGFIX: Don't reannounce before interface changes are applied (glassez) #24447 BUGFIX: Use Latin script for Bosnian locale name (Andy Ye) #24342 WEBUI: Fix performance of global checkbox toggling (tehcneko) #24316 WEBUI: Fix Safari transfer list header misalignment (Piccirello) #24377 WEBUI: Fix error when submitting magnet before metadata loads (Piccirello) #24378 WEBUI: Use correct row id when updating Rss Downloader feed selection (Chocobo1) #24402 WEBUI: Use SameSite=Lax for session cookie to fix cross-site login (Piccirello) #24422 WEBUI: Bring back properties panel expand/collapse button (vafada) #24430 WEBAPI: Only use X-Forwarded-Host header when reverse proxy support is enabled (Chocobo1) #24457 RSSS: Fix "RSS Smart Episode Filter" RegEx (nathanon-akk, glassez) #24398 RSS: Fix previously matched episode format (glassez) #24452 WINDOWS: Fix Python fallback search path (TurboTheTurtle) #24325 WINDOWS: NSIS: Allow to install x64 binary on ARM64 (Chocobo1) #24358 Download: qBittorrent 5.2.2 | 41.1 MB (Open Source) Download: qBittorrent 64-bit installer (qt6) | 43.6 MB Links: qBittorrent Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Weechat. https://weechat.org/
    • they should stop making bad games that no one asked for
    • Nice rant! Expletive after expletive after expletive. Poor petal, I've touched a nerve. Would you like a tissue to wipe those tears away. Btw, nice one calling Neowin trash. Why would you stick around when you disrespect this site and the people behind it? Just go away if you feel that way.
  • Recent Achievements

    • Veteran
      branfont went up a rank
      Veteran
    • Reacting Well
      Almohandis earned a badge
      Reacting Well
    • First Post
      Cosminus earned a badge
      First Post
    • One Year In
      ThatGuyOnline earned a badge
      One Year In
    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      +Edouard
      183
    3. 3
      PsYcHoKiLLa
      123
    4. 4
      Steven P.
      87
    5. 5
      neufuse
      72
  • Tell a friend

    Love Neowin? Tell a friend!