Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Ace Attorney Pachislot unknown binaries inside CRI CPK

Featured Replies

  • Author
  • Localization

Slavfox, posted Tue Jan 14, 2020 1:13 pm (53215)


Hi,

I'm trying to get the models from the Android Ace Attorney Pachislot game by Commseed.

The game seems to be using CRI formats - the .obb is a CPK containing a lot of .png images, some AWB archives with HCA sound files, and a couple distinct sets of binaries I don't know the format of.
One set starts with
Code:
00 00 00 00
, the other starts with
Code:
01 00 00 00
.

The all-zero-header files look like compressed data, with pretty high entropy, save for a small repeated section at the end, and no runs of zeroes. The 01... files seem a bit more structured.

If you have any idea what they could be, I'd appreciate any and all help I can get. I've attached a couple samples, the filenames are prefixed by the first 8 octets of their contents in hex.
  • Author
  • Localization

LokiReborn, posted Tue Jan 14, 2020 1:43 pm (53216)


Looking fast the first 12 bytes either appear to be flags / ids for something in the game, 8 ~ 11 might be length / height or something for a painted area can't tell with out looking at the compressed data.
As for the compressed data itself at 0x0C it's zlib, so you'll need to decompress it before you know what's really in these, that's the same for all of the files you posted.
  • Author
  • Localization

Slavfox, posted Tue Jan 14, 2020 3:59 pm (53218)


Thanks, I don't know how I missed that; it was in fact zlib.

I'm at a complete loss what the compressed data might be, though. All of them are files padded to a power-of-two filesize with the sequence
Code:
00 00 00 02 FF FF FF FF
, interspersed with regular, low-entropy pairs of eight-byte sequences of... some kind of data. The regularity made me think they were images, at first, but I'm pretty sure they're not.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.