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.

Nintendo Switch Mii Maker .bin.cmp

Featured Replies

  • Author
  • Localization

LolHacksRule, posted Fri Sep 13, 2019 8:41 pm (50699)


I think you can open these in Switch Toolbox... They are compressed with ZCMP (zlib compression).
  • Author
  • Localization

Ekey, posted Fri Sep 13, 2019 11:29 pm (50712)


A slightly modified script for decompress these files.

Code:
# Amiibo
# script for QuickBMS http://quickbms.aluigi.org

get NAME basename
getdstring SIGN 4
if SIGN u== "ZCMP"
    get DUMMY short
    idstring "\x34\x12"
    get VER long
    get ZERO long
    get SIZE long
    get ZSIZE asize
    math OFFSET = 0x80
    math ZSIZE - OFFSET
    clog NAME OFFSET ZSIZE SIZE
    set EXT extension NAME
    if EXT != "cbarc"
        cleanexit
    endif
    open "." NAME
    set NAME basename NAME
endif

string NAME /
goto 0
idstring "CA01"
get FILES long
get BASE_OFF long
for i = 0 < FILES
    get OFFSET[i] long
next i
for i = 0 < FILES
    get SIZE long
    math OFFSET[i] BASE_OFF
    log NAME OFFSET[i] SIZE
next i

print "Uuse http://aluigi.org/bms/splatoon_sarc.bms with the extracted SAR files"
  • Author
  • Localization

aluigi, posted Fri Sep 27, 2019 4:57 am (50951)


Script 0.1.1 for guessing the correct endianess
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.